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