From 581805137c9669aa2afa2bc758f8c9dda06ac3c5 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Wed, 5 Nov 2025 11:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8A=B6=E6=80=81=E5=88=97?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../databaseLibary/components/libaryForm.vue | 18 ++++++++++----- src/views/databaseLibary/index.vue | 11 +++++++--- src/views/labelManage/adminApproval/index.vue | 16 +++++++------- src/views/labelManage/escApproval/index.vue | 14 ++++++------ src/views/qualification/escApproval/index.vue | 16 +++++++------- .../escTask/components/LableApply.vue | 16 +++++++------- .../escTask/components/QualificationApply.vue | 16 +++++++------- .../components/LableApply.vue | 8 +++---- .../components/QualificationApply.vue | 8 +++---- .../qualification/trainApproval/index.vue | 14 ++++++------ .../safetyReview/examinerApproval/index.vue | 22 +++++++++---------- .../safetyReview/examinerEscTask/index.vue | 22 +++++++++---------- 12 files changed, 96 insertions(+), 85 deletions(-) diff --git a/src/views/databaseLibary/components/libaryForm.vue b/src/views/databaseLibary/components/libaryForm.vue index e2563cc..517e3ef 100644 --- a/src/views/databaseLibary/components/libaryForm.vue +++ b/src/views/databaseLibary/components/libaryForm.vue @@ -25,7 +25,8 @@ @change="handleChangeOneType(item.value)" /> - + + + - + @@ -159,7 +165,7 @@ const editorRef = ref(null) const { proxy } = getCurrentInstance() // 一级类目和二级类目字典 -const { category_one, laws_regulations, training_materials, safety_meeting, vehicle_model, security_document } = proxy.useDict("category_one", "laws_regulations", "training_materials", "safety_meeting", "vehicle_model", "security_document") +const { category_one, laws_regulations, training_materials, safety_meeting, vehicle_model, security_document, hv_production } = proxy.useDict("category_one", "laws_regulations", "training_materials", "safety_meeting", "vehicle_model", "security_document", "hv_production") const data = reactive({ ruleForm: {}, rules: { @@ -365,10 +371,10 @@ const handleCancel = () => { }) } const handleSubmit = () => { - - console.log('提交', ruleForm.value) + + console.log('提交', ruleForm.value) proxy.$refs["ruleFormRef"].validate(valid => { - console.log('提交valid', valid) + console.log('提交valid', valid) if (valid) { console.log('提交', ruleForm.value) ruleForm.value.fileContent = JSON.stringify(docUploadList.value) diff --git a/src/views/databaseLibary/index.vue b/src/views/databaseLibary/index.vue index d25d3e3..6017094 100644 --- a/src/views/databaseLibary/index.vue +++ b/src/views/databaseLibary/index.vue @@ -1,5 +1,5 @@