From 71a112b7d78698b7e4df94e6255bf302bf415b35 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 20 十月 2025 16:28:53 +0800
Subject: [PATCH] 修改
---
src/views/work/selfProblems/internalAudit/auditorManage/tableList/components/editDialog.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/work/selfProblems/internalAudit/auditorManage/tableList/components/editDialog.vue b/src/views/work/selfProblems/internalAudit/auditorManage/tableList/components/editDialog.vue
index 4939c0e..f8058d9 100644
--- a/src/views/work/selfProblems/internalAudit/auditorManage/tableList/components/editDialog.vue
+++ b/src/views/work/selfProblems/internalAudit/auditorManage/tableList/components/editDialog.vue
@@ -43,19 +43,19 @@
/>
</el-select>
</el-form-item>
- <el-form-item label="内审员证书:" prop="certifity">
+ <el-form-item label="内审员证书:" prop="paperStudentId">
<el-select
clearable
- v-model="state.form.certifity"
+ v-model="state.form.paperStudentId"
:disabled="state.title =='查看'"
filterable
style="width: 100%"
>
<el-option
v-for="item in state.certList"
- :key="item.number"
+ :key="item.paperStudentId"
:label="item.certName"
- :value="item.number"
+ :value="item.paperStudentId"
/>
</el-select>
</el-form-item>
@@ -96,7 +96,7 @@
id: null,
personId: null,
companyId: null,
- certifity: '',
+ paperStudentId: '',
amount: '',
conclusion: ''
@@ -208,7 +208,7 @@
}
const selectValueCom = (val) => {
state.form.personId = null
- state.form.certifity = ''
+ state.form.paperStudentId = ''
getPeopleList()
}
@@ -217,7 +217,7 @@
id: null,
personId: null,
companyId: null,
- certifity: '',
+ paperStudentId: '',
amount: '',
conclusion: ''
}
@@ -229,7 +229,7 @@
dialogVisible.value = false;
}
const changePerson = () =>{
- state.form.certifity = ''
+ state.form.paperStudentId = ''
getCertList()
}
--
Gitblit v1.9.2