mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 优化支付没法设置费用项bug
This commit is contained in:
parent
99ac355704
commit
048b90a969
@ -150,8 +150,8 @@ export default {
|
||||
isDefault: 'F',
|
||||
communityId: this.formData.communityId
|
||||
}
|
||||
const { data } = await listFeeConfigs(params)
|
||||
this.feeConfigs = data
|
||||
const { feeConfigs } = await listFeeConfigs(params)
|
||||
this.feeConfigs = feeConfigs
|
||||
} catch (error) {
|
||||
console.error('获取费用配置失败:', error)
|
||||
}
|
||||
|
||||
@ -154,8 +154,8 @@ export default {
|
||||
isDefault: 'F',
|
||||
communityId: this.formData.communityId
|
||||
}
|
||||
const { data } = await listFeeConfigs(params)
|
||||
this.feeConfigs = data
|
||||
const { feeConfigs } = await listFeeConfigs(params)
|
||||
this.feeConfigs = feeConfigs
|
||||
} catch (error) {
|
||||
console.error('获取费用配置失败:', error)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user