Explorar el Código

fix: 修复bug

wyf hace 7 meses
padre
commit
a455a1c398
Se han modificado 1 ficheros con 1 adiciones y 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();
   };