Commit d991317a authored by cat's avatar cat

分页

parent e14ebb65
...@@ -4,7 +4,7 @@ export function getYsList(queryMaps) { ...@@ -4,7 +4,7 @@ export function getYsList(queryMaps) {
return request({ return request({
url: '/wbwarehouseys/queryWbWarehouseYsByPagination', url: '/wbwarehouseys/queryWbWarehouseYsByPagination',
method: 'get', method: 'get',
data: queryMaps, params: queryMaps,
headers: { headers: {
'Content-Type': 'application/json;charset=UTF-8' 'Content-Type': 'application/json;charset=UTF-8'
} }
......
...@@ -5,7 +5,7 @@ export function listLog(queryMaps) { ...@@ -5,7 +5,7 @@ export function listLog(queryMaps) {
return request({ return request({
url: '/wbwarehouselog/queryWbWarehouseLogByPagination', url: '/wbwarehouselog/queryWbWarehouseLogByPagination',
method: 'get', method: 'get',
data: queryMaps, params: queryMaps,
headers: { headers: {
'Content-Type': 'application/json;charset=UTF-8' 'Content-Type': 'application/json;charset=UTF-8'
} }
......
...@@ -5,7 +5,7 @@ export function listdevice(queryMaps) { ...@@ -5,7 +5,7 @@ export function listdevice(queryMaps) {
return request({ return request({
url: '/wbwarehouseinventory/queryWbWarehouseInventoryByPagination', url: '/wbwarehouseinventory/queryWbWarehouseInventoryByPagination',
method: 'get', method: 'get',
data: queryMaps, params: queryMaps,
headers: { headers: {
'Content-Type': 'application/json;charset=UTF-8' 'Content-Type': 'application/json;charset=UTF-8'
} }
......
...@@ -5,7 +5,7 @@ export function listLog(queryMaps) { ...@@ -5,7 +5,7 @@ export function listLog(queryMaps) {
return request({ return request({
url: '/wbchemistrylog/queryWbChemistryLogByPagination', url: '/wbchemistrylog/queryWbChemistryLogByPagination',
method: 'get', method: 'get',
data: queryMaps, params: queryMaps,
headers: { headers: {
'Content-Type': 'application/json;charset=UTF-8' '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