|
@@ -490,7 +490,7 @@
|
|
|
<script>
|
|
|
import { excelType} from '@/api/exctab/excelmodel';
|
|
|
import {
|
|
|
- updateBatchNodeTableInfo,
|
|
|
+ updateBatchNodeTableInfoElement,
|
|
|
selectByNodeTable,
|
|
|
selectFormElements,
|
|
|
selectPrivateFormElements
|
|
@@ -1243,7 +1243,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
if (tag) {
|
|
|
- this.updateBatchNodeTableInfo(da)
|
|
|
+ this.updateBatchNodeTableInfoElement(da)
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
@@ -1251,9 +1251,9 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
- async updateBatchNodeTableInfo (da) {//共有编辑元素
|
|
|
+ async updateBatchNodeTableInfoElement (da) {//共有编辑元素
|
|
|
console.log(da,'编辑表单');
|
|
|
- const { data: res } = await updateBatchNodeTableInfo(da)
|
|
|
+ const { data: res } = await updateBatchNodeTableInfoElement(da)
|
|
|
//console.log(res);
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success('操作成功');
|