pyt
2025-05-13 6e48606ee4721482f2f754b21f462704fff7ccbc
1
2
3
4
5
6
import axios from '@/utils/request';
 
// 添加项目课题方案
export function getDataList(data) {
  return axios.post('/api/t-feasibility-study-report/pageList', { ...data })
}