Commit 183e6f38 authored by dingyoujian's avatar dingyoujian

调整

parent 96520b57
......@@ -33,6 +33,48 @@ data: query||{}
/*query */
export function doQueryRy(query) {
return request({
url: '/aqgl/jcsj/scgwry/query',
method: 'post',
data: query||{}
})
}
export function doDeleteRy(query) {
return request({
url: '/aqgl/jcsj/scgwry/delete',
method: 'post',
data: query||{}
})
}
/**
* in:id,userList
* @param query
*/
export function doQueryForImp(query) {
return request({
url: '/aqgl/jcsj/scgwry/queryUserForImp',
method: 'post',
data: query||{}
})
}
/**
* in:id
* @param query
*/
export function doImp(query) {
return request({
url: '/aqgl/jcsj/scgwry/impUser',
method: 'post',
data: query||{}
})
}
aqgl/jcsj/scgwry
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