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: [