浏览代码

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
         Outhopitalcheck(params).then(response => {
459
         Outhopitalcheck(params).then(response => {
460
           if (response.data.state == 0) {
460
           if (response.data.state == 0) {
461
             this.$message.error(response.data.msg)
461
             this.$message.error(response.data.msg)
462
-            return false
462
+            this.dialogVisible = false
463
+             return false
463
           } else {
464
           } else {
465
+            this.dialogVisible = false
464
             this.$message.success('出院成功')
466
             this.$message.success('出院成功')
465
             this.changeRadioAndPatient(1)
467
             this.changeRadioAndPatient(1)
466
           }
468
           }