测试数据修改

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

Loading…
Cancel
Save