From 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 14:57:52 +0800 Subject: [PATCH] 测试完成 --- src/api/system/user.js | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index b348c5d..35564ca 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -86,10 +86,18 @@ data: data, }); } -// 淇敼鐢ㄦ埛涓汉淇℃伅 +// 缁熻鏌ヨ export function getSfStatistics(data) { return request({ url: "/smartor/serviceSubtask/getSfStatistics", + method: "post", + data: data, + }); +} +// 鏈強鏃舵煡璇� +export function selectTimelyRate(data) { + return request({ + url: "/smartor/servicetask/selectTimelyRate", method: "post", data: data, }); @@ -128,7 +136,7 @@ // 淇濆瓨鎺堟潈瑙掕壊 export function updateAuthRole(data) { return request({ - url: "/system/user/authRole", + url: "/system/user/authRole/insertAuthRole", method: "post", data: data, }); @@ -145,6 +153,7 @@ export function deptTreeSelect(type) { const data = { deptType:type, + orgid:localStorage.getItem("orgid"), }; return request({ url: "/system/user/deptTree", @@ -152,7 +161,7 @@ params: data, }); } -// 鏂板绉戝/鐥呭尯 +// 鏂板璇鹃缁�/鐥呭尯 export function adduserdept(data) { return request({ url: "/smartor/userdept/add", -- Gitblit v1.9.3