Browse Source

数据映射修改

duy 4 days ago
parent
commit
3396581df9
1 changed files with 3 additions and 1 deletions
  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: ''
         });