Browse Source

商品管理资质提示

wangxy 4 days ago
parent
commit
c2f60ae3b4
2 changed files with 334 additions and 296 deletions
  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'
+  })
+}
+

File diff suppressed because it is too large
+ 327 - 296
src/views/hisStore/storeProduct/index.vue


Some files were not shown because too many files changed in this diff