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
f4b74de6b4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/xt_pages/hospitalStation/outpatientChargesManagement.vue

+ 6 - 0
src/xt_pages/hospitalStation/outpatientChargesManagement.vue View File

474
             .then(function(response) {
474
             .then(function(response) {
475
               if (response.data.state == 0) {
475
               if (response.data.state == 0) {
476
                 that.$message.error(response.data.msg)
476
                 that.$message.error(response.data.msg)
477
+                that.dialogVisible = false
478
+
477
                 return false
479
                 return false
478
               } else {
480
               } else {
479
                 if (response.data.data.failed_code == -10) {
481
                 if (response.data.data.failed_code == -10) {
482
+                  that.dialogVisible = false
483
+
480
                   that.$confirm(response.data.data.msg, '医保错误信息', {
484
                   that.$confirm(response.data.data.msg, '医保错误信息', {
481
                     confirmButtonText: '确 定',
485
                     confirmButtonText: '确 定',
482
                     type: 'warning'
486
                     type: 'warning'
485
                   }).catch(() => {
489
                   }).catch(() => {
486
                   })
490
                   })
487
                 } else {
491
                 } else {
492
+                  that.dialogVisible = false
493
+
488
                   that.$message.success('出院成功')
494
                   that.$message.success('出院成功')
489
                   that.changeRadioAndPatient(1)
495
                   that.changeRadioAndPatient(1)
490
                 }
496
                 }