Parcourir la source

fix: 修复bug

wyf il y a 7 mois
Parent
commit
a455a1c398
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/traffic/regulation/components/NoticeTable.vue

+ 1 - 1
src/views/traffic/regulation/components/NoticeTable.vue

@@ -179,7 +179,7 @@
   };
   const handleCurrentChange = (value: number) => {
     pagination.pageNumber = value;
-    tableQuery.value.pageSize = value;
+    tableQuery.value.pageNumber = value;
     getTableData();
   };