From 72780bc3f7a4b47ebba49f28f4ffe219c14349ba Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 01 七月 2026 11:16:01 +0800
Subject: [PATCH] 不合格处理调整&合格率统计调整
---
src/views/business/unpass/components/unPassDialog.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/business/unpass/components/unPassDialog.vue b/src/views/business/unpass/components/unPassDialog.vue
index b6c79ae..12dca54 100644
--- a/src/views/business/unpass/components/unPassDialog.vue
+++ b/src/views/business/unpass/components/unPassDialog.vue
@@ -70,7 +70,7 @@
<el-row >
<el-col :span="12">
<el-form-item label="鍒嗙被" prop="classification">
- <el-select style="width:100%" v-model="unPassForm.classification" :disabled="type === 'view' || !unPassForm.id" size="small" placeholder="璇烽�夋嫨">
+ <el-select style="width:100%" v-model="unPassForm.classification" disabled size="small" placeholder="璇烽�夋嫨">
<el-option v-for="item in classificationOptions" :key="item.value" :label="item.label"
:value="item.value"></el-option>
</el-select>
@@ -247,6 +247,9 @@
this.$emit('resetForm')
}
this.handlunPassLoading = false
+ }).catch(error => {
+ console.error(error)
+ this.handlunPassLoading = false
})
} else {
console.log('error submit!!');
--
Gitblit v1.9.3