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({