Explorar el Código

tabid报错处理

duy hace 2 años
padre
commit
b9d5e8eb90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/formula/edit.vue

+ 1 - 1
src/views/formula/edit.vue

@@ -1535,7 +1535,7 @@ export default {
         this.eleListComp = this.paramDataList;
         this.eleListComp1 = this.paramDataList;
       }else{
-        selectFormElements(tabId,{nodeId:this.nodeid,type:this.iswbstype}).then((res)=>{
+        selectFormElements(tableId,{nodeId:this.nodeid,type:this.iswbstype}).then((res)=>{
           this.eleListComp = res.data.data;
            this.eleListComp1 = res.data.data;
         })