no message
This commit is contained in:
parent
4ef713a0bf
commit
f13c8a073d
@ -875,7 +875,12 @@ export default {
|
||||
Object.keys(data).forEach(key => {
|
||||
this.$set(task, key, data[key]);
|
||||
});
|
||||
if (data.parent_id) this.getTaskOne(data.parent_id);
|
||||
if (data.parent_id) {
|
||||
this.getTaskOne(data.parent_id);
|
||||
}
|
||||
if (typeof updata.complete_at !== "undefined") {
|
||||
this.$store.commit('getProjectOne', data.project_id);
|
||||
}
|
||||
} else {
|
||||
Object.keys(updata).forEach(key => {
|
||||
this.$set(task, key, backup[key]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user