测试数据修改

dev-scheduling
zhangdi 2 months ago
parent 605b0dc561
commit 67e876181f
  1. 6
      src/views/processManagement/components/addTemplateDialog.vue

@ -696,7 +696,9 @@ export default {
.flat()
.join(''),
};
if (this.updateRow.id) {
promodel.id = this.updateRow.id;
}
// 2.
const tableData = this.ruleForm.tableData.map(item => {
const { _tempId, ...rest } = item; // ID
@ -711,7 +713,7 @@ export default {
//
if (!this.moldAddMore) {
update(query)
update()
.then(res => {
this.formLoading = false;
this.$message({

Loading…
Cancel
Save