vbea 1 éve
szülő
commit
b33420a2fd

+ 2 - 2
Strides-Admin/src/views/limit2/assignment.vue

@@ -82,7 +82,7 @@
       <Pagination
         v-show="table.total"
         :total="table.total"
-        :page.sync="filter.pageNo"
+        :page.sync="filter.pageNum"
         :limit.sync="filter.pageSize"
         @pagination="getTableData"/>
     </div>
@@ -161,7 +161,7 @@ export default {
       this.$emit("hide", true);
     },
     onSearch() {
-      this.filter.pageNo = 1;
+      this.filter.pageNum = 1;
       this.getTableData();
     },
     getStatusOptions() {

+ 2 - 2
Strides-Admin/src/views/limit2/suspendment.vue

@@ -82,7 +82,7 @@
       <Pagination
         v-show="table.total"
         :total="table.total"
-        :page.sync="filter.pageNo"
+        :page.sync="filter.pageNum"
         :limit.sync="filter.pageSize"
         @pagination="getTableData"/>
     </div>
@@ -160,7 +160,7 @@ export default {
       this.$emit("hide", true);
     },
     onSearch() {
-      this.filter.pageNo = 1;
+      this.filter.pageNum = 1;
       this.getTableData();
     },
     getStatusOptions() {