From bd059ca9afcd5577664d17ca690149bde17602e2 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期三, 23 八月 2023 15:06:50 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before --- src/views/experiment/inspectionApplication/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/experiment/inspectionApplication/index.vue b/src/views/experiment/inspectionApplication/index.vue index 80346ca..a378d03 100644 --- a/src/views/experiment/inspectionApplication/index.vue +++ b/src/views/experiment/inspectionApplication/index.vue @@ -164,7 +164,7 @@ <el-pagination class="pagination" :current-page="currentPage" - :page-sizes="[1, 10, 20, 30]" + :page-sizes="[ 10, 20, 30,40]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total" @@ -721,10 +721,10 @@ this.total = this.inspectionTable.length }, reset(){ - this.countSize = 1 - this.searchData = { } - // console.log('2222'); - this.selectInspectsList() + this.countSize = 1; + this.pageSize = 8; + this.searchData = { }; + this.selectInspectsList(); }, //琚�変腑鐨勪俊鎭� 鍗曢�� handleSelectionChange(val) { -- Gitblit v1.9.3