فهرست منبع

fix: 修复bug

wyf 7 ماه پیش
والد
کامیت
a455a1c398
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();
   };