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