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