소스 검색

fix(bugs): 测试

tangning 3 년 전
부모
커밋
c0a2d30bd5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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({