落日与鲸
2025-02-24 da87b3f25d6dff51be147a24e11abe8b5f21bfa4
1
2
3
4
5
6
7
8
9
10
11
12
import request from '@/utils/request.js'
 
 
// 办理进度录入
export const saveProcess = (params) => {
    return request.post(`/api/huacheng-sangeshenbian/applet/complaint/save-process`, params, )
}
 
// 工单详情
export const getComplaintDetail = (params) => {
    return request.get('/api/huacheng-sangeshenbian/applet/complaint/detail', params)
}