Commit 016b89de authored by 小费同学阿's avatar 小费同学阿 💬

68060 缴费管理-结算的确定按钮需要加loading

parent ad002aa8
......@@ -689,6 +689,7 @@ export default {
this.initData(res.data)
})
}
this.getFinList()
},
/**
* @Description: 充值弹窗关闭回调
......@@ -714,6 +715,7 @@ export default {
settlement() {
checkPetOwner({ phone: this.detailInfo.petOwnerBo.phoneNumber }).then(response => {
const data = response.data
console.log('3243333333333333333333332', this.singleData.medicalRecordId)
const temp = {
// 宠主信息开始
nickName: data.nickName ? data.nickName : '-',
......@@ -739,9 +741,6 @@ export default {
} else {
this.$message.error('当前状态住院治疗不能进行结算')
}
}).finally(() => {
/* 获取押金列表 */
this.getDeposit()
})
},
// 生成弹出框需要数据格式
......
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