This commit is contained in:
sk1551 2020-05-29 11:44:04 +08:00
parent b261072d4d
commit 72158a2ee5

View File

@ -233,6 +233,7 @@ export default {
const taskId = this.$route.params && this.$route.params.code; const taskId = this.$route.params && this.$route.params.code;
this.getDayflowtask(taskId); this.getDayflowtask(taskId);
this.getTaskList(); this.getTaskList();
}, },
methods: { methods: {
handleAvatarSuccess(res, file) { handleAvatarSuccess(res, file) {