Commit 8b861aaa authored by 任鸿志's avatar 任鸿志

1111

parent e6058ba4
...@@ -429,7 +429,7 @@ export default { ...@@ -429,7 +429,7 @@ export default {
}) })
.finally(() => { .finally(() => {
// this.jiezhiLoading = false // this.jiezhiLoading = false
this.$emit('close') // this.$emit('close')
// this.dialogFormVisible = false // this.dialogFormVisible = false
}) })
} }
......
...@@ -727,7 +727,7 @@ export default { ...@@ -727,7 +727,7 @@ export default {
typelistno: '', typelistno: '',
freedetal: [], freedetal: [],
yibaoshow: false, yibaoshow: false,
yibaoshowNew: false, yibaoshowNew: true,
cardlist: false, cardlist: false,
fee: { fee: {
weixin: '', weixin: '',
...@@ -2595,13 +2595,13 @@ export default { ...@@ -2595,13 +2595,13 @@ export default {
this.yujiesuanLoading = false this.yujiesuanLoading = false
}) })
.finally(() => { .finally(() => {
this.yibaoshowNew=false // this.yibaoshowNew=false
this.yujiesuanLoading = false this.yujiesuanLoading = false
this.closeSelectCard() this.closeSelectCard()
}) })
}, },
closeSelectCard() { closeSelectCard() {
// this.yibaoshowNew = false this.yibaoshowNew = false
}, },
// 自费预结算 // 自费预结算
zfBeforePre() { zfBeforePre() {
......
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