Commit d991317a authored by cat's avatar cat

分页

parent e14ebb65
......@@ -4,7 +4,7 @@ export function getYsList(queryMaps) {
return request({
url: '/wbwarehouseys/queryWbWarehouseYsByPagination',
method: 'get',
data: queryMaps,
params: queryMaps,
headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
......
......@@ -5,7 +5,7 @@ export function listLog(queryMaps) {
return request({
url: '/wbwarehouselog/queryWbWarehouseLogByPagination',
method: 'get',
data: queryMaps,
params: queryMaps,
headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
......
......@@ -5,7 +5,7 @@ export function listdevice(queryMaps) {
return request({
url: '/wbwarehouseinventory/queryWbWarehouseInventoryByPagination',
method: 'get',
data: queryMaps,
params: queryMaps,
headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
......
......@@ -5,7 +5,7 @@ export function listLog(queryMaps) {
return request({
url: '/wbchemistrylog/queryWbChemistryLogByPagination',
method: 'get',
data: queryMaps,
params: queryMaps,
headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment