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