zhuo
2025-02-24 7ca9602dd6b7e5b3910c000632ce90edc4c5beea
1
2
3
4
5
6
7
8
9
10
11
// 报告编制页面相关接口
import request from '@/utils/request'
 
// 查询原材料下单-待下单
export function upReportUrl(query) {
  return request({
    url: '/insReport/upReportUrl',
    method: 'post',
    data: query
  })
}