From 42e7bee237fc87c2f8f4e20116cdc47da4842b44 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 17 七月 2025 18:32:49 +0800 Subject: [PATCH] 1 --- 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