From 1ea1ad2c56e95e71e1756cfca73e7183f9795ac9 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 16 四月 2025 15:23:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev_test --- src/api/performance/class.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/api/performance/class.js b/src/api/performance/class.js index 38c2c3a..8555eb1 100644 --- a/src/api/performance/class.js +++ b/src/api/performance/class.js @@ -1,3 +1,5 @@ +// 鐝鐩稿叧鎺ュ彛 + import request from "@/utils/request"; // 缁╂晥绠$悊-鐝-鍒嗛〉鏌ヨ @@ -90,10 +92,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