This commit is contained in:
lcw
2025-11-22 21:59:58 +08:00
parent ea3022c3f6
commit 93c49dff27
661 changed files with 195357 additions and 2160 deletions

View File

@ -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
})
}