From b5b6e591e419b5af414c5c97df2f842314e086a0 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 27 十一月 2024 11:57:39 +0800 Subject: [PATCH] 项目变更流程回显bug --- 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