Procházet zdrojové kódy

元素识别更改

duy před 2 roky
rodič
revize
66ad145ae8

+ 7 - 2
src/views/exctab/ElementIdentification/index.vue

@@ -781,7 +781,11 @@ export default {
       nodeIds1:[],
       selectNodeIds:[],
       eleDialog:false,//保存到元素库弹窗
-      eleForm:{}
+      eleForm:{
+        nodeName:'',
+        tableType:'',
+        tableOwner:""
+      }
   
     };
   },
@@ -1077,7 +1081,8 @@ export default {
             });
           }
         
-        this.eleDialog=false
+        this.eleDialog=false;
+        // this.eleForm={}
     },
     AssociatedPublicClose() {
       console.log("AssociatedPublicClose");