From 530f1b3614a5d5007548680db068090f880228bf Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Wed, 21 Aug 2024 14:28:30 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/views/mediate/mediateAll/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/views/mediate/mediateAll/index.jsx b/gz-customerSystem/src/views/mediate/mediateAll/index.jsx
index 3acd427..0c9631b 100644
--- a/gz-customerSystem/src/views/mediate/mediateAll/index.jsx
+++ b/gz-customerSystem/src/views/mediate/mediateAll/index.jsx
@@ -2,7 +2,7 @@
  * @Company: hugeInfo
  * @Author: lwh
  * @Date: 2022-03-29 14:11:57
- * @LastEditTime: 2024-03-11 16:12:02
+ * @LastEditTime: 2024-08-19 16:18:45
  * @LastEditors: dminyi 1301963064@qq.com
  * @Version: 1.0.0
  * @Description: 调解总览
@@ -159,7 +159,6 @@
       tab == '2' && getMediateAllMiniData({ ...data, canal: '22_00001-2', sortType }, tableActive);
       tab == '3' && getMediateAllOtherData({ ...data, canal: '22_00001-6', sortType }, tableActive);
       tab == '4' && getMediatePlatformData({ ...data, canal: '22_00001-5', sortType }, tableActive);
-
       return;
     }
     if (type === 'reset') {
@@ -203,6 +202,7 @@
 
   // 获取小程序申请数据
   async function getMediateAllMiniData(submitData, tableActive) {
+    console.log(submitData,tableActive,'submitData','tableActive','2222')
     global.setSpinning(true);
     const res = await getMediateAllDataApi(submitData);
     global.setSpinning(false);
@@ -472,7 +472,7 @@
               onChange: (page, pageSize) => {
                 setPage(page);
                 setSize(pageSize);
-                handleSearch('changePage', [page, pageSize, sortType], '', mediateTab)
+                handleSearch('changePage', [page, pageSize, sortType], '', mediateTab);
               }
             }}
             rowClassName={(record) => (record.id === data.tableActive ? 'tableRowActive' : '')}

--
Gitblit v1.8.0