From 9d8c91442eaf41bcce7dd2209535a9aabfbbd02a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 02 Aug 2024 13:24:39 +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