ソースを参照

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

csx 3 年 前
コミット
44d369e374
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      src/xt_pages/hospitalStation/outpatientChargesManagement.vue

+ 3 - 1
src/xt_pages/hospitalStation/outpatientChargesManagement.vue ファイルの表示

@@ -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
           }