From 8b8ca090fff0f9e75ccecb33a9ac656faaaf5752 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 24 Apr 2023 17:25:24 +0800 Subject: [PATCH] 2023-4-24 --- src/components/XyTable/index.vue | 4 +- .../contract/components/detailContract.vue | 99 +- .../components/paymentRegistration.vue | 717 ++--- src/views/contract/contractList.vue | 2361 ++++++++++------- 4 files changed, 1901 insertions(+), 1280 deletions(-) diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index 2354844..eb1c577 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -136,7 +136,9 @@ export default { toggleRowExpansion(row,expanded){ this.$refs['table'].toggleRowExpansion(row,expanded) }, - + getSelection(){ + return this.$refs.table?.store?.states?.selection ?? [] + }, }, created() { this.initLoad() diff --git a/src/views/contract/components/detailContract.vue b/src/views/contract/components/detailContract.vue index 6a9f852..2c998c2 100644 --- a/src/views/contract/components/detailContract.vue +++ b/src/views/contract/components/detailContract.vue @@ -201,43 +201,43 @@ > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +