generated from Leo_Ding/web-template
代码修改
This commit is contained in:
parent
a18a9f631d
commit
87e954ea40
@ -231,6 +231,8 @@ async function getMenuList() {
|
|||||||
const { pageSize, current } = paginationState
|
const { pageSize, current } = paginationState
|
||||||
|
|
||||||
const { success, data, total } = await apis.workOrder.getAbnormalWorkOrderList({
|
const { success, data, total } = await apis.workOrder.getAbnormalWorkOrderList({
|
||||||
|
stationId:storage.local.getItem('stationId'),
|
||||||
|
companyId:storage.local.getItem('companyId'),
|
||||||
pageSize,
|
pageSize,
|
||||||
current: current,
|
current: current,
|
||||||
...searchFormData.value,
|
...searchFormData.value,
|
||||||
|
|||||||
@ -172,6 +172,8 @@ async function getMenuList() {
|
|||||||
showLoading()
|
showLoading()
|
||||||
const { pageSize, current } = paginationState
|
const { pageSize, current } = paginationState
|
||||||
const params = {
|
const params = {
|
||||||
|
stationId:storage.local.getItem('stationId'),
|
||||||
|
companyId:storage.local.getItem('companyId'),
|
||||||
pageSize,
|
pageSize,
|
||||||
current,
|
current,
|
||||||
...searchFormData.value
|
...searchFormData.value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user