This commit is contained in:
lcw
2025-09-29 18:11:07 +08:00
parent ffdbb04675
commit 93c711dca6
86 changed files with 395 additions and 338 deletions

View File

@ -55,6 +55,15 @@ export const addSsyjpz = (data) => {
data
});
}
// 不分页
export const SsyjselectList = (params) => {
return request({
url: gsxtApi + `/mxglSsyjpz/selectList`,
method: "get",
params
});
}
// 分页查询四色预警规则配置列表
export const getSsyjpzPageList = (params) => {
return request({

View File

@ -75,6 +75,14 @@ export const getDictItem = (params) => {
params
});
}
export const getDictzl = (params) => {
return request({
url: api + "/lzJcjPjdb/getDictzl",
method: "GET",
params
});
}
// 分析报告 - 警情类型统计
export const fxbgJqlxtj = (params) => {
return request({