|
@@ -1813,6 +1813,7 @@ onMounted(() => {
|
|
|
) {
|
|
|
for (let i = 0; i < formData.data.sampleProductList.length; i++) {
|
|
|
const e = formData.data.sampleProductList[i];
|
|
|
+ e.productCnName = e.productNameCn;
|
|
|
if (e.ehsdJson) {
|
|
|
let obj = JSON.parse(e.ehsdJson);
|
|
|
e.packMethod = obj.packMethod;
|
|
@@ -1852,7 +1853,6 @@ onMounted(() => {
|
|
|
if (res && res.dataJson) {
|
|
|
res = { ...res, ...JSON.parse(res.dataJson) };
|
|
|
}
|
|
|
-
|
|
|
res.sampleShipmentList = res.sampleShipmentLists;
|
|
|
res.countryId = res.buyCountryId;
|
|
|
res.provinceId = res.buyProvinceId;
|
|
@@ -1908,6 +1908,7 @@ onMounted(() => {
|
|
|
}
|
|
|
for (let i = 0; i < formData.data.sampleProductList.length; i++) {
|
|
|
const e = formData.data.sampleProductList[i];
|
|
|
+ e.productCnName = e.productNameCn;
|
|
|
if (e.ehsdJson) {
|
|
|
let obj = JSON.parse(e.ehsdJson);
|
|
|
e.packMethod = obj.packMethod;
|