@@ -106,7 +106,7 @@ export default {
this.getList();
},
toDo(task) {
- this.curTask = task;
+ this.curTask = { ...task, source: "REVIEW" };
this.$refs.ModifyTaskApply.open();
modified() {