From 0de386bb42ce0ed08bbdd44c36a831323062e7e8 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 17 Jun 2024 15:07:51 +0800
Subject: [PATCH] 入户宣传导出即查询优化
---
src/views/cGovernance/statisticalAnalysis/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/cGovernance/statisticalAnalysis/index.vue b/src/views/cGovernance/statisticalAnalysis/index.vue
index 9ea7114..f967b61 100644
--- a/src/views/cGovernance/statisticalAnalysis/index.vue
+++ b/src/views/cGovernance/statisticalAnalysis/index.vue
@@ -91,9 +91,9 @@
tip: false,
border: true,
//stripe:true,
- index: true,
+ // index: true,
viewBtn: true,
- selection: true,
+ // selection: true,
// excelBtn: true,
dialogClickModal: false,
column: [{
@@ -240,6 +240,8 @@
methods: {
handleOrg(tagMain) {
console.log("***************" + tagMain)
+ this.page.currentPage = 1
+ this.data = []
if (tagMain === '主办单位') {
this.query.tagMain = "Y"
this.query.mainFlag = 1
--
Gitblit v1.9.3