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); } /**