瀏覽代碼

商品管理资质提示

wangxy 4 天之前
父節點
當前提交
c2f60ae3b4
共有 2 個文件被更改,包括 334 次插入296 次删除
  1. 7 0
      src/api/hisStore/storeProduct.js
  2. 327 296
      src/views/hisStore/storeProduct/index.vue

+ 7 - 0
src/api/hisStore/storeProduct.js

@@ -125,3 +125,10 @@ export function updateIsShow(productIds) {
   })
 }
 
+export function qualifications() {
+  return request({
+    url: '/store/store/storeProduct/productNoticeInfo',
+    method: 'get'
+  })
+}
+

文件差異過大導致無法顯示
+ 327 - 296
src/views/hisStore/storeProduct/index.vue


部分文件因文件數量過多而無法顯示