Commit 32504814 authored by 任鸿志's avatar 任鸿志

fix(outpatientCharging): 修复普通门诊结算时支付方式选择逻辑错误

- 更新 payData 属性路径以正确获取数据
- 添加控制台日志输出,便于调试
parent 9df34392
......@@ -1175,7 +1175,8 @@ export default {
message: response.message,
type: 'success',
})
this.payData = response.data
this.payData = response.data.result
console.log(response.data,'ppppppppppppppppppppppppppp')
if (e == '1') {
this.xj_amount = 0
this.source_pay_amount = this.form.djf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment