fix: 修改工单bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m15s

This commit is contained in:
sexygoat
2026-04-22 18:33:52 +08:00
parent fd22dc7ad4
commit a9467e8a0c
8 changed files with 64 additions and 34 deletions

View File

@@ -723,7 +723,7 @@
loading.value = true
try {
const params = {
page: pagination.page,
page: pagination.currentPage,
page_size: pagination.pageSize,
username: formFilters.name || undefined,
phone: formFilters.phone || undefined,