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