mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
v1.9 优化 费用台账中费用项无法选择的问题
This commit is contained in:
parent
1cfc4fea0a
commit
d5f60d46cc
@ -116,8 +116,8 @@ export default {
|
|||||||
feeTypeCd: this.reportProficientInfo.conditions.feeTypeCd,
|
feeTypeCd: this.reportProficientInfo.conditions.feeTypeCd,
|
||||||
valid: '1'
|
valid: '1'
|
||||||
}
|
}
|
||||||
const { data } = await getFeeConfigList(params)
|
const { feeConfigs } = await getFeeConfigList(params)
|
||||||
this.reportProficientInfo.feeConfigDtos = data
|
this.reportProficientInfo.feeConfigDtos = feeConfigs
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('获取收费项失败:', error)
|
console.error('获取收费项失败:', error)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user