wuhongyu vor 5 Jahren
Ursprung
Commit
7ad88773c7
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      src/layout/technical/messageInfo.vue
  2. 1 1
      src/views/technical/index.vue

+ 1 - 1
src/layout/technical/messageInfo.vue

@@ -52,7 +52,7 @@ export default {
   components: {},
   data: () => ({
     currentPage: 1,
-    pageSize: 4,
+    pageSize: 10,
   }),
   created() {},
   computed: {},

+ 1 - 1
src/views/technical/index.vue

@@ -61,7 +61,7 @@ export default {
       this.$set(this, `leftId`, data.id);
       this.searchRight();
     },
-    async searchRight({ skip = 0, limit = 4, column_id } = {}) {
+    async searchRight({ skip = 0, limit = 10, column_id } = {}) {
       skip = this.skip;
       const res = await this.queryList({ skip, limit, column_id: this.leftId });
       for (const val of res.data) {