Explorar el Código

数据映射修改

duy hace 5 días
padre
commit
3396581df9
Se han modificado 1 ficheros con 3 adiciones y 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: ''
         });