From 9314de78de6fb4b19f2df8a1ee74b299a3ed0ca1 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Wed, 26 Nov 2025 09:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E5=A4=9A=E7=BB=B4=E5=BA=A6?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archivesManagement/archClassification.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/archivesManagement/archClassification.vue b/src/views/archivesManagement/archClassification.vue index 9b0d2657..662491f8 100644 --- a/src/views/archivesManagement/archClassification.vue +++ b/src/views/archivesManagement/archClassification.vue @@ -62,7 +62,7 @@ export default { column: [ { label: '档案相关类型', - prop: 'fileRelatedId', //该列对应的数据字段名(即后端返回或提交时使用的 key)。 + prop: 'fileRelated', //该列对应的数据字段名(即后端返回或提交时使用的 key)。 type: 'select', //指定该字段在表单中的输入类型为“下拉选择框” dicUrl: '/blade-system/system/dict/data/type', // 接口地址 dicMethod: 'post', // 指定为 POST 请求 @@ -71,7 +71,7 @@ export default { }, props: { label: 'dictLabel', - value: 'dictValue', + value: 'dictLabel', }, slot: true, rules: [