From 7d4558d57161efc97e69af9b891a1e8d3665f31a Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 11 Jan 2024 09:40:47 +0800 Subject: [PATCH] 1 --- src/views/budget/fundApply.vue | 1 + src/views/contract/components/govPlane.vue | 3 ++- src/views/contract/paymentRegistrationList.vue | 2 +- src/views/finance/components/addPropertyPlan.vue | 2 +- src/views/statisticalReport/govProcure.vue | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/budget/fundApply.vue b/src/views/budget/fundApply.vue index 8d86288..24a4352 100644 --- a/src/views/budget/fundApply.vue +++ b/src/views/budget/fundApply.vue @@ -56,6 +56,7 @@ export default { page: 1, page_size: 10, keyword: "", + is_auth: 1 }, total: 0, list: [], diff --git a/src/views/contract/components/govPlane.vue b/src/views/contract/components/govPlane.vue index 92bb1ac..5559865 100644 --- a/src/views/contract/components/govPlane.vue +++ b/src/views/contract/components/govPlane.vue @@ -118,7 +118,8 @@ export default { select: { page: 1, page_size: 10, - keyword: '' + keyword: '', + is_auth: 1 }, diff --git a/src/views/contract/paymentRegistrationList.vue b/src/views/contract/paymentRegistrationList.vue index a1ace68..ac62d2b 100644 --- a/src/views/contract/paymentRegistrationList.vue +++ b/src/views/contract/paymentRegistrationList.vue @@ -435,9 +435,9 @@ export default { }) }, tableSelect (selections) { - console.log(selections) this.selections = selections; this.list = [...this.list] + this.$nextTick(() => this.$refs['xyTable'].doLayout()) }, toExport() { diff --git a/src/views/finance/components/addPropertyPlan.vue b/src/views/finance/components/addPropertyPlan.vue index 070c56e..62c8e97 100644 --- a/src/views/finance/components/addPropertyPlan.vue +++ b/src/views/finance/components/addPropertyPlan.vue @@ -19,7 +19,7 @@