Explorar o código

数据映射修改

duy hai 6 días
pai
achega
3396581df9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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: ''
         });