ソースを参照

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

csx 3 年 前
コミット
0e6bee87c3
共有1 個のファイルを変更した10 個の追加0 個の削除を含む
  1. 10 0
      src/api/supply.js

+ 10 - 0
src/api/supply.js ファイルの表示

@@ -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
+