This commit is contained in:
2025-09-04 11:08:21 +08:00
parent beb4e72c12
commit 1d3c1507a7
4 changed files with 31 additions and 7 deletions

View File

@ -112,7 +112,7 @@ const getLits = () => {
let params = {
pageCurrent: page.value,
pageSize: 8,
...formData.value
...formData.value,
}
loading.value = true;