Browse Source

添加个人信息审批流程

huangguoce 4 weeks ago
parent
commit
171b677926
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/sys/user/UserInfo.vue

+ 2 - 1
src/views/sys/user/UserInfo.vue

@@ -2017,6 +2017,7 @@ export default {
 			this.loading = true
 			this.loading = true
 			enrollmentRegistrationService.getUserInfoAudit({ userId: userId }).then(res => {
 			enrollmentRegistrationService.getUserInfoAudit({ userId: userId }).then(res => {
 				if (res) {
 				if (res) {
+
 					if (res.procInsId) {
 					if (res.procInsId) {
 						taskService.historicTaskList(
 						taskService.historicTaskList(
 							res.procInsId
 							res.procInsId
@@ -2051,7 +2052,7 @@ export default {
 						this.init(userId)
 						this.init(userId)
 					}
 					}
 				} else {
 				} else {
-					this.auditStatus = "5"
+					this.auditStatus = "6"
 					userService.queryById(userId).then((data) => {
 					userService.queryById(userId).then((data) => {
 						// this.recover(this.generalForm, data);
 						// this.recover(this.generalForm, data);
 						this.recover(this.concatForm, data);
 						this.recover(this.concatForm, data);