修复流程跟踪在tab上因缓存问题而不更新数据

This commit is contained in:
Siri
2022-05-18 12:31:42 +08:00
parent 75191fe76f
commit d400eeec6c

View File

@@ -273,7 +273,7 @@ export default {
userData:[],
};
},
created() {
activated() {
this.taskForm.deployId = this.$route.query && this.$route.query.deployId;
this.taskForm.definitionId = this.$route.query && this.$route.query.definitionId;
this.taskForm.taskId = this.$route.query && this.$route.query.taskId;