From 85e514c685f2862cfe641b3eadb4412a09af2062 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 05 九月 2023 18:13:42 +0800
Subject: [PATCH] 111
---
minipro_standard/util/api/index.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/minipro_standard/util/api/index.js b/minipro_standard/util/api/index.js
index dfd23bc..e99feee 100644
--- a/minipro_standard/util/api/index.js
+++ b/minipro_standard/util/api/index.js
@@ -47,4 +47,14 @@
// 寰俊閫�鍑虹櫥褰�
export function wxLoginOut(data) {
return http.post('/system/wxLoginOut', data)
+}
+
+// 鏌ヨ褰撳墠鐢ㄦ埛鎵�鏈変富缁勭粐涓嬬殑宸ュ簭
+export function getWorkingProcedure(data) {
+ return http.post('/ext/proceduresExt/productesGroup', data)
+}
+
+// 鏌ヨ褰撳墠鐢ㄦ埛鎵�鏈変富缁勭粐涓嬬殑宸ュ簭
+export function getOrganization(data) {
+ return http.post('/ext/departmentExt/getDepartmentListByConditon', data)
}
\ No newline at end of file
--
Gitblit v1.9.3