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 { success, data, total } = await apis.workOrder.getAbnormalWorkOrderList({
|
||||
stationId:storage.local.getItem('stationId'),
|
||||
companyId:storage.local.getItem('companyId'),
|
||||
pageSize,
|
||||
current: current,
|
||||
...searchFormData.value,
|
||||
|
||||
@ -172,6 +172,8 @@ async function getMenuList() {
|
||||
showLoading()
|
||||
const { pageSize, current } = paginationState
|
||||
const params = {
|
||||
stationId:storage.local.getItem('stationId'),
|
||||
companyId:storage.local.getItem('companyId'),
|
||||
pageSize,
|
||||
current,
|
||||
...searchFormData.value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user