lcw
This commit is contained in:
@ -180,3 +180,40 @@ export function tbGsxtBqglSelectList(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
export function tbGsxtZdryselectPage(params) {
|
||||
return request({
|
||||
url: api + '/tbGsxtZdry/selectPage',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
// 重点人员查询
|
||||
export function tbGsxtZdryzdryBqtj(params) {
|
||||
return request({
|
||||
url: api + '/tbGsxtZdry/zdryBqtj',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
export function tbGsxtBkQuash(params) {
|
||||
return request({
|
||||
url: api + '/tbGsxtBk/quash',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export function tbGsxtBkSelectList(params) {
|
||||
return request({
|
||||
url: api + '/tbGsxtBk/selectList',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
export function tbYjxxGetList(params) {
|
||||
return request({
|
||||
url: api + '/tbYjxx/getList',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user