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