diff --git a/src/views/pro/supervisor/admission/index.vue b/src/views/pro/supervisor/admission/index.vue index 8efceee..e7ca5c1 100644 --- a/src/views/pro/supervisor/admission/index.vue +++ b/src/views/pro/supervisor/admission/index.vue @@ -271,7 +271,7 @@ export default { classification: 9, uuid: row.uuid, informationType: informationType, - fromType: 2, + fromType: 3, }).then(response => { console.log(response) if (response.data.length === 0) { diff --git a/src/views/pro/supervisor/exit/index.vue b/src/views/pro/supervisor/exit/index.vue index 2e04a73..8261ca5 100644 --- a/src/views/pro/supervisor/exit/index.vue +++ b/src/views/pro/supervisor/exit/index.vue @@ -271,7 +271,7 @@ export default { classification: 9, uuid: row.uuid, informationType: informationType, - fromType: 2, + fromType: 3, }).then(response => { console.log(response) if (response.data.length === 0) { diff --git a/src/views/pro/supervisorPersonManage/index.vue b/src/views/pro/supervisorPersonManage/index.vue index 508c5d6..c222370 100644 --- a/src/views/pro/supervisorPersonManage/index.vue +++ b/src/views/pro/supervisorPersonManage/index.vue @@ -131,7 +131,7 @@ type="text" @click="handleRetract(scope.row)" v-hasPermi="['retract:auditing:supervisor:person']" - v-if="scope.row.intoStatus == 1 || scope.row.intoStatus == 2" + v-if="scope.row.intoStatus == 1" > 撤回 @@ -140,7 +140,7 @@ type="text" @click="auditRecord(scope.row)" v-hasPermi="['system:audit:query']" - v-if="scope.row.intoStatus == 3 || scope.row.intoStatus == 4" + v-if="scope.row.intoStatus == 2 ||scope.row.intoStatus == 3 || scope.row.intoStatus == 4" > 审核记录