From 20de40cdfb9651d19ca3c7e3254dc4f9b8fc9fab Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Wed, 18 May 2022 15:35:32 +0800 Subject: [PATCH] =?UTF-8?q?5.18=20=E6=8F=90=E7=96=91=E5=8C=85=E5=90=8D?= =?UTF-8?q?=E7=A7=B0bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SupplierQuestionsOrObjections.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Tender/supplier/SupplierQuestionsOrObjections/components/SupplierQuestionsOrObjections.tsx b/src/pages/Tender/supplier/SupplierQuestionsOrObjections/components/SupplierQuestionsOrObjections.tsx index 31efac2..cee82de 100644 --- a/src/pages/Tender/supplier/SupplierQuestionsOrObjections/components/SupplierQuestionsOrObjections.tsx +++ b/src/pages/Tender/supplier/SupplierQuestionsOrObjections/components/SupplierQuestionsOrObjections.tsx @@ -209,6 +209,7 @@ const SupplierQuestionsOrObjections: React.FC<{}> = () => { setBid(data.dissentDatasetId); setResultsDatasetId(data.resultsDatasetId); setWhetherToDisplayTheReply(String(data.dissentStatus) === '3'); + data.packageId = data.packageId?.split(','); form.setFieldsValue(data); setVisible(true); } @@ -220,6 +221,7 @@ const SupplierQuestionsOrObjections: React.FC<{}> = () => { const edit = (data: any) => { setVisible(true); setBid(data.dissentDatasetId); + data.packageId = data.packageId?.split(','); form.setFieldsValue(data); } /**