Explorar o código

fix: 修复bug

wyf hai 7 meses
pai
achega
a455a1c398
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
   };