!20 #Close fix/001 修复流程跟踪在tab上因缓存问题而不更新数据

Merge pull request !20 from Siri./fix 修复流程跟踪在tab上因缓存问题而不更新数据
This commit is contained in:
KonBAI
2022-05-18 14:37:35 +00:00
committed by Gitee

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;