fix(办公管理): 修复 "任务办理"标签显示异常问题
This commit is contained in:
@@ -321,7 +321,7 @@ export default {
|
|||||||
initData() {
|
initData() {
|
||||||
this.taskForm.procInsId = this.$route.params && this.$route.params.procInsId;
|
this.taskForm.procInsId = this.$route.params && this.$route.params.procInsId;
|
||||||
this.taskForm.taskId = this.$route.query && this.$route.query.taskId;
|
this.taskForm.taskId = this.$route.query && this.$route.query.taskId;
|
||||||
this.processed = this.$route.query && Boolean(this.$route.query.processed);
|
this.processed = this.$route.query && eval(this.$route.query.processed || false);
|
||||||
// 流程任务重获取变量表单
|
// 流程任务重获取变量表单
|
||||||
this.getProcessDetails(this.taskForm.procInsId, this.taskForm.taskId);
|
this.getProcessDetails(this.taskForm.procInsId, this.taskForm.taskId);
|
||||||
this.loadIndex = this.taskForm.procInsId;
|
this.loadIndex = this.taskForm.procInsId;
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ export default {
|
|||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/workflow/process/detail/' + row.procInsId,
|
path: '/workflow/process/detail/' + row.procInsId,
|
||||||
query: {
|
query: {
|
||||||
finished: false
|
processed: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user