Parcourir la source

数据映射修改

duy il y a 4 jours
Parent
commit
3396581df9
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/views/tentative/components/dataMap.vue

+ 3 - 1
src/views/tentative/components/dataMap.vue

@@ -399,7 +399,9 @@ export default {
           return; // 不满足条件则不添加
         }
        this.listArr.splice(index + 1, 0, { 
-        
+          htmlKeyName: this.clickKeyname
+        ,
+
           tabName: '',
           elementName: ''
         });