Commit be741ffc authored by 陈明豪's avatar 陈明豪

Merge remote-tracking branch 'origin/master'

parents 624168c0 fb169821
......@@ -102,18 +102,18 @@ export default {
},
// 返回按钮
goBack() {
this.$confirm('是否确认立即返回,返回后系统不再保存已填写内容', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
customClass: 'box-logout',
cancelButtonClass: 'resetBtn',
confirmButtonClass: 'queryBtn',
closeOnClickModal: false
}).then(() => {
// this.isShow = false
this.$emit('disChargModleClose', false)
})
// this.$confirm('是否确认立即返回,返回后系统不再保存已填写内容', '提示', {
// confirmButtonText: '确定',
// cancelButtonText: '取消',
// type: 'warning',
// customClass: 'box-logout',
// cancelButtonClass: 'resetBtn',
// confirmButtonClass: 'queryBtn',
// closeOnClickModal: false
// }).then(() => {
// this.isShow = false
this.$emit('disChargModleClose', false)
// })
},
closeModle() {
this.inHospitalInfo = {
......
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