Commit e19e9d3f by pangchong

fix: 我的待办接口修改

parent e9bbdad0
import { http, post } from 'mocp/utils/http' import { http } from 'mocp/utils/http'
//布置工作 //布置工作
export const getArrangeWorkListForAppApi = (data, config) => { export const getArrangeWorkListForAppApi = (data, config) => {
return post({ return http({
method: 'POST', method: 'POST',
url: '/technical-support/getArrangeWorkListForApp', url: '/technical-support/getArrangeWorkListForApp',
data, data,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment