mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 优化 费用台账中费用项无法选择的问题
This commit is contained in:
parent
1cfc4fea0a
commit
d5f60d46cc
@ -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)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user