Browse Source

表元素查询

yangyj 2 năm trước cách đây
mục cha
commit
e024797571
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/manager/wbsinfo/edit.vue

+ 1 - 1
src/views/manager/wbsinfo/edit.vue

@@ -2211,7 +2211,7 @@ export default {
 
     handleEditFormula (index, row) {
       this.curEleTable = row;
-      selectFormElements(this.curEleTable.initTableId).then((res) => {
+      selectFormElements(this.curEleTable.id).then((res) => {
 
         this.editEleListFilter = res.data.data;
         this.editEleListAll = [].concat(this.editEleListFilter);