@@ -459,8 +459,10 @@ export default {
Outhopitalcheck(params).then(response => {
if (response.data.state == 0) {
this.$message.error(response.data.msg)
- return false
+ this.dialogVisible = false
+ return false
} else {
this.$message.success('出院成功')
this.changeRadioAndPatient(1)
}