董国庆
2025-05-21 c85d2427b749c5e7236f0474f9215e5936cdfa7c
1
2
3
4
5
6
import axios from '@/utils/request';
 
// 添加项目课题方案
export function getDataList(data) {
  return axios.post('/api/t-project-team/pageList', { ...data })
}