代码修改

This commit is contained in:
qiuyuan 2025-10-22 15:35:31 +08:00
parent a18a9f631d
commit 87e954ea40
2 changed files with 4 additions and 0 deletions

View File

@ -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,

View File

@ -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