From aa8e7c86a561d905b743a6ceacc8fb0fe7ac6810 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 18 二月 2025 17:43:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' 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