Explorar o código

fix(bugs): 测试

tangning %!s(int64=3) %!d(string=hai) anos
pai
achega
c0a2d30bd5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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({