tangning 3 rokov pred
rodič
commit
c0a2d30bd5
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      src/views/product/goodsSpecs.vue

+ 2 - 0
src/views/product/goodsSpecs.vue

@@ -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({