feat: 响应预警列表查询 添加参数
This commit is contained in:
parent
891d52b186
commit
4f060a5828
@ -128,6 +128,7 @@ const getTableData = async (filterData = {}) => {
|
||||
...filteredParams,
|
||||
pageNum: pagination.current,
|
||||
pageSize: pagination.pageSize,
|
||||
ledgerType: 1, // 1-建设处,2-区县
|
||||
}
|
||||
})
|
||||
if (res.code === '00000') {
|
||||
|
||||
@ -128,6 +128,7 @@ const getTableData = async (filterData = {}) => {
|
||||
...filteredParams,
|
||||
pageNum: pagination.current,
|
||||
pageSize: pagination.pageSize,
|
||||
ledgerType: 2, // 1-建设处,2-区县
|
||||
}
|
||||
})
|
||||
if (res.code === '00000') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user