v1.9 优化 费用台账中费用项无法选择的问题

This commit is contained in:
wuxw 2025-11-03 19:16:35 +08:00
parent 1cfc4fea0a
commit d5f60d46cc

View File

@ -116,8 +116,8 @@ export default {
feeTypeCd: this.reportProficientInfo.conditions.feeTypeCd,
valid: '1'
}
const { data } = await getFeeConfigList(params)
this.reportProficientInfo.feeConfigDtos = data
const { feeConfigs } = await getFeeConfigList(params)
this.reportProficientInfo.feeConfigDtos = feeConfigs
} catch (error) {
console.error('获取收费项失败:', error)
}