董国庆
2025-05-09 1224f7cc2c2f42a8b70466d14b15d443da1e27fd
1
2
3
4
5
6
import axios from '@/utils/request';
 
// 列表
export const getProjectList = (data) => {
    return axios.post('/api/t-project-team/pageList', { ...data })
}