Browse Source

元素识别更改

duy 2 years ago
parent
commit
66ad145ae8
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/views/exctab/ElementIdentification/index.vue

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

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