Przeglądaj źródła

fix(bugs): 测试

tangning 3 lat temu
rodzic
commit
c0a2d30bd5
1 zmienionych plików z 2 dodań i 0 usunięć
  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({