From 248d9f8b01d9a395af66f2336cb0b1eeeff2bd0a Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 19 二月 2025 10:10:03 +0800 Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev --- src/api/performance/class.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/performance/class.js b/src/api/performance/class.js index 38c2c3a..b61e395 100644 --- a/src/api/performance/class.js +++ b/src/api/performance/class.js @@ -90,10 +90,10 @@ }); } -// 鑾峰彇鐢ㄦ埛鍒楄〃 (鐢ㄤ簬鐝,宸ユ椂) -export function selectUserList(query) { +// 鑾峰彇鐢ㄦ埛鍒楄〃 +export function selectUserCondition(query) { return request({ - url: "/user/selectUserList", + url: "/system/newUser/selectUserCondition", method: "get", params: query, }); -- Gitblit v1.9.3