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