修复流程跟踪在tab上因缓存问题而不更新数据
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user