From f8c92594757c7a3db7188bb384f4fd2fb841604a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 29 六月 2022 08:43:54 +0800
Subject: [PATCH] 1.完成存货档案2.修改以前bug
---
src/api/sbgl.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/sbgl.js b/src/api/sbgl.js
index 7e1013e..a615205 100644
--- a/src/api/sbgl.js
+++ b/src/api/sbgl.js
@@ -94,3 +94,11 @@
method: 'get'
})
}
+// 鎵�灞炶溅闂存煡鎵炬墍灞炰骇绾挎帴鍙�
+export function WorkShopSelectLine(data) {
+ return request({
+ url: 'BasicSetting/WorkShopSelectLine',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.3