From be1cb2a9cd1d52c91079154890e7ade9aab92490 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 19 Apr 2024 17:43:42 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E7=BB=91=E5=AE=9A=E9=9B=B6=E9=83=A8?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/bindingParts/modules/ClauseModal.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/system/bindingParts/modules/ClauseModal.vue b/src/views/system/bindingParts/modules/ClauseModal.vue index 3376efbc..31710135 100644 --- a/src/views/system/bindingParts/modules/ClauseModal.vue +++ b/src/views/system/bindingParts/modules/ClauseModal.vue @@ -265,6 +265,18 @@ export default { this.treeData = [] this.searchValue = '' this.selectedKeys = [] + this.queryParam = {} + this.ipagination = { + current: 1, + pageSize: 10, + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], + showTotal: (total, range) => { + return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') + }, + showQuickJumper: true, + showSizeChanger: true, + total: 0 + } } } }