From 5e2aafeede13d337380f736567caf74f49713be7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:38:32 +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