Ver Fonte

tabid报错处理

duy há 2 anos atrás
pai
commit
b9d5e8eb90
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
         })