src/api/system/user.js @@ -187,3 +187,11 @@ method: 'get' }) } // 获取用户列表 export function selectUserCondition(query) { return request({ url: "/system/newUser/selectUserCondition", method: "get", params: query, }); }