fix : 修复费用分摊详情渲染数据问题
This commit is contained in:
@@ -317,7 +317,7 @@ const getTreeList = async () => {
|
||||
let params = {
|
||||
...queryType,
|
||||
pageNum: 1,
|
||||
pageSize: 50
|
||||
pageSize: 500
|
||||
};
|
||||
getDictTypeList(params).then(res => {
|
||||
if (res.code === 1000) {
|
||||
|
||||
Reference in New Issue
Block a user