fix:任务分解后的修改问题
This commit is contained in:
parent
c08dc1b2d3
commit
329bccb628
|
@ -169,7 +169,9 @@ export default {
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
table_edit(row) {
|
table_edit(row) {
|
||||||
this.form = Object.assign(row, this.form);
|
this.form = {};
|
||||||
|
let item = row;
|
||||||
|
this.form = Object.assign(item, this.form);
|
||||||
this.dialogVisible = true;
|
this.dialogVisible = true;
|
||||||
},
|
},
|
||||||
updateMtaskSubmit() {
|
updateMtaskSubmit() {
|
||||||
|
|
Loading…
Reference in New Issue