@@ -315,6 +315,7 @@ const handleSuccess = (res) => {
formData.data.subscribeDetailList = res.data.map((x) => ({
...x,
productCode: x.productCustomCode,
+ goodType: x.productDefinition,
}));
}
openExcel.value = false;