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