lilei 1 year ago
parent
commit
11d08ba41f
2 changed files with 5 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 4 1
      src/api/stock.js

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1708909123892
+  "version": 1708909869430
 }

+ 4 - 1
src/api/stock.js

@@ -8,7 +8,10 @@ export const stockList = (params) => {
   return axios({
     url: url,
     data: params,
-    method: 'post'
+    method: 'post',
+    headers:{
+      'module': encodeURIComponent('列表查询')
+    }
   })
 }
 //  库存 列表 合计