diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index d8405fa..a291e13 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -50,7 +50,7 @@ item.status == "success")) { let arr = [] fileList.map(item => { - item.response && arr.push({ ...item,url: item.response.data.src,type:item.raw.type}) + item.response && arr.push({ ...item,url: item.response.data.src,type:item.raw.type||item.type}) }) this.formValidate.qualification[name] = arr } diff --git a/src/views/product/productList/proDetails.vue b/src/views/product/productList/proDetails.vue index 9756310..ee82ed5 100644 --- a/src/views/product/productList/proDetails.vue +++ b/src/views/product/productList/proDetails.vue @@ -468,7 +468,7 @@ -
销售授权及其他:
+
销售授权及品牌方营业执照:
-
商品检测报告:
+
商品检测报告及备案:
-
其他资质:
+
助农文件及其他资质:
- + + + +