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