From 17d6a920c0f0b3a14db536fd1f7f5d3431cc048a Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 15 五月 2024 09:03:37 +0800 Subject: [PATCH] 新增风险评估记录 --- src/views/analyse/plan/index.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/analyse/plan/index.ts b/src/views/analyse/plan/index.ts index c64f94f..405aac0 100644 --- a/src/views/analyse/plan/index.ts +++ b/src/views/analyse/plan/index.ts @@ -12,6 +12,8 @@ evaluateMethodList: Array<Type> riskUnitList: Array<RiskUnitType> personList: Array<SystemPersonType>, + bsExperts: [], + pjExperts: [], reSendTitle:string reSendDialogVisible: boolean reSendForm: { @@ -66,4 +68,6 @@ }, riskUnitList: Array<RiskUnitType> personList: Array<SystemPersonType> + bsExperts: [] + pjExperts: [] } -- Gitblit v1.9.2