diff --git a/src/views/flowable/task/todo/detail/index.vue b/src/views/flowable/task/todo/detail/index.vue index ca25a6d..b1a1a93 100644 --- a/src/views/flowable/task/todo/detail/index.vue +++ b/src/views/flowable/task/todo/detail/index.vue @@ -1159,6 +1159,8 @@ export default { } else if (this.category == '退伍复学') { this.basicForm = true this.getBasicApplication(this.startUser) + this.listGrade(); + this.getXWClassNameList(); } // 流程任务获取变量信息 if (this.taskForm.taskId) {