lcw
This commit is contained in:
@ -86,3 +86,33 @@ export const yjzxSfyjSelectList = (params) => {
|
||||
params
|
||||
})
|
||||
}
|
||||
// 行为预警
|
||||
export const yjzxXwyjSelectList = (id) => {
|
||||
return request({
|
||||
url: api + `/yjzxXwyj/${id}`,
|
||||
method: "get",
|
||||
})
|
||||
}
|
||||
|
||||
// 身份预警详情
|
||||
export const yjzxyjzxSfyjSelectList = (id) => {
|
||||
return request({
|
||||
url: api + `/yjzxSfyj/${id}`,
|
||||
method: "get",
|
||||
})
|
||||
}
|
||||
// 组合预警详情
|
||||
export const yjzxZhyjSelectList = (id) => {
|
||||
return request({
|
||||
url: api + `/yjzxZhyj/${id}`,
|
||||
method: "get",
|
||||
})
|
||||
}
|
||||
// /tbYjxx/yjzp 预警指派
|
||||
export const tbYjxxYjzp = (data) => {
|
||||
return request({
|
||||
url: api + `/tbYjxx/yjzp`,
|
||||
method: "POST",
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user