This commit is contained in:
ChenQiuYu 2025-05-17 17:06:31 +08:00
parent a270fd8f67
commit d7148189e6
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ const tableData = ref([])
const getCheck = () => { const getCheck = () => {
const query = { const query = {
pageNum: page.value, pageNum: page.value,
pageSize: 20, pageSize: pageSize.value,
...searchModel.value, ...searchModel.value,
} }
post("inventory/check/list", {query: query}).then( post("inventory/check/list", {query: query}).then(