Browse Source

建筑楼层绑定模型

haojianlong 4 years ago
parent
commit
fc9423aa19
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/ready/buildfloor/drawGraphy/checkGraphy.vue

+ 3 - 3
src/views/ready/buildfloor/drawGraphy/checkGraphy.vue

@@ -68,7 +68,7 @@ export default {
     handleClose() {
     handleClose() {
       this.checkGraphyVisible = false
       this.checkGraphyVisible = false
       this.casVal = []
       this.casVal = []
-      this.$refs.drawFloorDialog.clearGraphy()
+      // this.$refs.drawFloorDialog.clearGraphy()
     },
     },
     //上传图片
     //上传图片
     uploadAndSubmit(item) {
     uploadAndSubmit(item) {
@@ -99,7 +99,7 @@ export default {
               if (xhr.status == 200) {
               if (xhr.status == 200) {
                 vm.key = uploadKey + '.' + type
                 vm.key = uploadKey + '.' + type
                 vm.jsonKey = ''
                 vm.jsonKey = ''
-                vm.$refs.drawFloorDialog.initGraphy(vm.key, 3)
+                // vm.$refs.drawFloorDialog.initGraphy(vm.key, 3)
                 //vm.$emit("getKey", file.uid + '.' + type, vm.keyName);
                 //vm.$emit("getKey", file.uid + '.' + type, vm.keyName);
               }
               }
             }
             }
@@ -145,7 +145,7 @@ export default {
     },
     },
     // 点击多级联动
     // 点击多级联动
     handleChange(val) {
     handleChange(val) {
-      this.$refs.drawFloorDialog.initGraphy(val[1], 1)
+      // this.$refs.drawFloorDialog.initGraphy(val[1], 1)
       this.jsonKey = val[1]
       this.jsonKey = val[1]
       this.key = ''
       this.key = ''
     },
     },