Browse Source

批量审核

xgb 3 tháng trước cách đây
mục cha
commit
854df9dd2a

+ 9 - 0
src/api/hisStore/storeOrderAudit.js

@@ -17,3 +17,12 @@ export const audit = (data) => {
     data: data
     data: data
   })
   })
 }
 }
+
+// 批量审核
+export const auditBatch = (data) => {
+  return request({
+    url: '/store/storeOrderAudit/auditBatch',
+    method: 'get',
+    params: data
+  })
+}