This commit is contained in:
2025-09-04 11:41:51 +08:00
parent 1d3c1507a7
commit 9e3ba05f69
3 changed files with 179 additions and 22 deletions

View File

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