Explorar o código

清表模板key取值修改

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
8d5408cab0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/exctab/excelmodel/excelmodel.vue

+ 1 - 1
src/views/exctab/excelmodel/excelmodel.vue

@@ -614,7 +614,7 @@ export default {
           this.exceloption.user= { id:this.userInfo.id,name:this.userInfo.user_name}
          // this.exceloption.editUrl = "http://172.31.222.127:8090/blade-manager/exceltab/callbackSave";
           this.exceloption.editUrl = "http://47.110.251.215:8090/blade-manager/exceltab/callbackSave";
-          this.exceloption.key = this.from.id;
+          this.exceloption.key =this.from.id+"_"+ Math.random() + "";
       },
         //刷新左边树形数据
       refreshTree(){