tangning 3 лет назад
Родитель
Сommit
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;
     goodsSn?: string;
     retailPrice?: string;
     retailPrice?: string;
     marketPrice?: string;
     marketPrice?: string;
+    name?: string;
   }
   }
   interface EditDataType {
   interface EditDataType {
     name: string;
     name: string;
@@ -363,6 +364,7 @@
             });
             });
             productList.push({
             productList.push({
               uuidLink: `${ele}-${element}`,
               uuidLink: `${ele}-${element}`,
+              name: specsObj.value[name],
             });
             });
           });
           });
           goodsSpecificationList.push({
           goodsSpecificationList.push({