修改bug

This commit is contained in:
‘937886381’
2024-01-29 16:50:05 +08:00
parent 204e200102
commit c7ec6da39c
4 changed files with 28 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2023-12-04 14:10:37
* @LastEditTime: 2024-01-29 10:42:49
* @LastEditTime: 2024-01-29 16:48:40
* @LastEditors: zhp
* @Description:
*/
@@ -77,8 +77,15 @@ export function getListByLineSection(query) {
export function getUserList(query) {
return request({
url: 'system/user/page',
url: 'base/quality-inspection-box-btn-auth/getUserList',
method: 'get',
params: query,
})
}
export function getPage(query) {
return request({
url: 'base/quality-inspection-box-btn-auth/page',
method: 'post',
data:query
})
}