转账 - 管理后台新增转账示例

This commit is contained in:
jason
2023-10-29 23:48:10 +08:00
parent e5d6a9dae1
commit 55a961e862
8 changed files with 461 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const submitForm = async () => {
// 提交请求
formLoading.value = true
try {
const data = formData.value as unknown as WalletRechargePackageApi.WalletRechargePackageVO
const data = { ...formData.value }
data.payPrice = yuanToFen(data.payPrice)
data.bonusPrice = yuanToFen(data.bonusPrice)
if (formType.value === 'create') {