From bc80908241e17a99b0704fed672565f2075f6283 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 28 八月 2023 15:19:12 +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