大区运营中心功能增加

This commit is contained in:
2023-02-23 16:03:00 +08:00
parent c1ff22c01c
commit adca841407
5 changed files with 122 additions and 51 deletions

View File

@@ -142,9 +142,10 @@ const submitTeamName = (data) => {
})
}
// 获取运营中心记录
const getTeam = () => {
const getTeam = (data) => {
return request({
url : 'user/team',
data:data,
})
}