duy 9 mēneši atpakaļ
vecāks
revīzija
aec9440e61
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 4 2
      src/views/tentative/components/dataMap.vue

+ 4 - 2
src/views/tentative/components/dataMap.vue

@@ -264,8 +264,10 @@ export default {
         }
         this.clickKeyname =
           target.getAttribute("keyname") || target1.getAttribute("keyname");
-        await this.getInfoDEtail();
-        this.$set(this.curItem, "htmlKeyName", this.clickKeyname);
+          this.$set(this.curItem, "htmlKeyName", this.clickKeyname);
+        await this.getInfoDEtail();   
+
+     
       }
     },
     getParentTD(ele) {