From 201e38e8f961269c3961e0709563338536196242 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期一, 28 七月 2025 17:38:20 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/api/team/tuanti.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/api/team/tuanti.js b/src/api/team/tuanti.js
index a498571..f4568b3 100644
--- a/src/api/team/tuanti.js
+++ b/src/api/team/tuanti.js
@@ -45,13 +45,11 @@
   });
 }
 // 
-export function getTeamTjPeopleList(teamNo) {
+export function getTeamTjPeopleList(data) {
   return request({
     url: '/team/pay/getTeamTjPeopleList',
     method: 'get',
-    params:{
-      teamNo:teamNo
-    }
+    params:data
   })
 }
 

--
Gitblit v1.8.0