Explorar o código

编辑元素公式id修改

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
39b8f241e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -2166,7 +2166,7 @@ export default {
       console.log('编辑元素公式',row);
       this.curEleTable = row;
      
-      selectFormElements(this.curEleTable.id).then((res) => {
+      selectFormElements(this.curEleTable.initTableId).then((res) => {
         this.editEleListFilter = res.data.data;
         this.editEleListAll = [].concat(this.editEleListFilter);
       });