feat: 接口调整

This commit is contained in:
2025-12-12 19:39:27 +08:00
parent f1a1be33aa
commit 5fef40a152
2 changed files with 2 additions and 2 deletions

View File

@ -156,6 +156,7 @@ const getList = (val) => {
pageData.tableConfiger.loading = true;
const promes = {
...val,
yjLx: '01', // 人员预警
pageCurrent: pageData.pageConfiger.pageCurrent,
pageSize: pageData.pageConfiger.pageSize
}
@ -163,7 +164,6 @@ const getList = (val) => {
pageData.tableData = res.records.map(item => {
return {
...item,
yjLx: '01', // 人员预警
yjTp: item.yjlx == '01' ? item.yjTpreplace(ORDIMG, IMGYM) : item.yjTp
}
}) || [];

View File

@ -156,6 +156,7 @@ const getList = (val) => {
pageData.tableConfiger.loading = true;
const promes = {
...val,
yjLx: '02', // 车辆预警
pageCurrent: pageData.pageConfiger.pageCurrent,
pageSize: pageData.pageConfiger.pageSize
}
@ -163,7 +164,6 @@ const getList = (val) => {
pageData.tableData = res.records.map(item => {
return {
...item,
yjLx: '02', // 车辆预警
yjTp: item.yjlx == '01' ? item.yjTpreplace(ORDIMG, IMGYM) : item.yjTp
}
}) || [];