This commit is contained in:
bb_pan 2025-04-24 18:03:53 +08:00
parent 73f057edd7
commit ed5d08f1b1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export function getTypeKeeper(params = {}){
return request({
url: '/base/maWarehouseKeeper/getMaUserList',
method: 'get',
data: params
params: params
})
}