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