修复参数名不匹配导致的翻页错误

This commit is contained in:
LJH-rgsze
2026-01-05 17:21:38 +08:00
parent 815af687ea
commit 927f65e106
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -173,8 +173,8 @@ export default {
fetchFirmwareList() {
this.loading = true;
const params = {
pageNum: this.currentPage,
pageSize: this.pageSize,
page: this.currentPage,
limit: this.pageSize,
firmwareName: this.searchName || "",
orderField: "create_date",
order: "desc"
@@ -211,8 +211,8 @@ export default {
fetchVoiceCloneList() {
this.loading = true;
const params = {
pageNum: this.currentPage,
pageSize: this.pageSize,
page: this.currentPage,
limit: this.pageSize,
name: this.searchName || "",
orderField: "create_date",
order: "desc"
@@ -159,8 +159,8 @@ export default {
fetchVoiceCloneList() {
this.loading = true;
const params = {
pageNum: this.currentPage,
pageSize: this.pageSize,
page: this.currentPage,
limit: this.pageSize,
name: this.searchName || "",
orderField: "create_date",
order: "desc"