Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
0e6bee87c3
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/api/supply.js

+ 10 - 0
src/api/supply.js View File

@@ -0,0 +1,10 @@
1
+import request from '@/utils/request'
2
+
3
+export function getInitOrder(params) {
4
+  return request({
5
+    url: '/api/supply/getinitorder',
6
+    method: 'get',
7
+    params: params
8
+  })
9
+}
10
+