@@ -58,6 +58,7 @@
goodsSn?: string;
retailPrice?: string;
marketPrice?: string;
+ name?: string;
}
interface EditDataType {
name: string;
@@ -363,6 +364,7 @@
});
productList.push({
uuidLink: `${ele}-${element}`,
+ name: specsObj.value[name],
goodsSpecificationList.push({