This commit is contained in:
lcw
2025-11-27 14:27:59 +08:00
parent 93c49dff27
commit 85f1f3a6f7
75 changed files with 1321 additions and 360 deletions

View File

@ -62,3 +62,27 @@ export const tbYjxxGetBmtj = (params) => {
params
})
}
// 组合预警
export const tbYjxxGetZbtj = (params) => {
return request({
url: api + `/yjzxZhyj/getPageList`,
method: "get",
params
})
}
// 组合标签
export const tbGsxtBqzhSelectList = (params) => {
return request({
url: api + `/tbGsxtBqzh/selectList`,
method: "get",
params
})
}
// 身份标签
export const yjzxSfyjSelectList = (params) => {
return request({
url: api + `/yjzxSfyj/getPageList`,
method: "get",
params
})
}