From 8b363281b950c527c4f2b8ffeffe83cd7fcb77c7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 15 三月 2024 16:09:35 +0800
Subject: [PATCH] 1.生产订单新增 销售业务员 字段
---
src/api/GeneralBasicData.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/GeneralBasicData.js b/src/api/GeneralBasicData.js
index 74a66a2..1b58b28 100644
--- a/src/api/GeneralBasicData.js
+++ b/src/api/GeneralBasicData.js
@@ -8,6 +8,14 @@
params: data
})
}
+// 缁勭粐鏋舵瀯鍩虹璧勬枡(鏃犲叕鍙�)
+export function PrentOrganizationNoCompany(data) {
+ return request({
+ url: 'GeneralBasicData/PrentOrganizationNoCompany',
+ method: 'get',
+ params: data
+ })
+}
// 鎸夐挳鍩虹璧勬枡
export function ButtonData() {
--
Gitblit v1.9.3