fix : 修复费用分摊详情渲染数据问题

This commit is contained in:
2024-06-06 01:15:12 +08:00
parent 1c204b39df
commit ec4c61d758
6 changed files with 64 additions and 36 deletions

View File

@@ -317,7 +317,7 @@ const getTreeList = async () => {
let params = {
...queryType,
pageNum: 1,
pageSize: 50
pageSize: 500
};
getDictTypeList(params).then(res => {
if (res.code === 1000) {