From 462130a695f4423f6080380414d91792294308a7 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 26 十一月 2024 21:44:01 +0800 Subject: [PATCH] 项目(法人)单位登记信息页面 --- src/views/projectEngineering/projectLibrary/component/InvestInfo.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/projectEngineering/projectLibrary/component/InvestInfo.vue b/src/views/projectEngineering/projectLibrary/component/InvestInfo.vue index ef82734..7b22b12 100644 --- a/src/views/projectEngineering/projectLibrary/component/InvestInfo.vue +++ b/src/views/projectEngineering/projectLibrary/component/InvestInfo.vue @@ -151,8 +151,7 @@ import { formatDate } from '@/utils'; export default { - dicts: ['sys_cross_domain','sys_administrative_divisions','sys_whether_project','sys_industry_belong' - ,'sys_project_attributes'], + dicts: ['sys_cross_domain','sys_administrative_divisions','sys_whether_project','sys_industry_belong','sys_project_attributes'], name: 'InvestmentForm', props: { disabled: { -- Gitblit v1.8.0