From c1f1ecb1045b0eaf2933e7279eabbbde17559eab Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 24 七月 2025 16:59:30 +0800 Subject: [PATCH] 测试完成 --- src/api/system/user.js | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index b348c5d..451a5c0 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", -- Gitblit v1.9.3