Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
44d369e374
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/xt_pages/hospitalStation/outpatientChargesManagement.vue

+ 3 - 1
src/xt_pages/hospitalStation/outpatientChargesManagement.vue View File

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