Browse Source

提交代码

陈少旭 1 year ago
parent
commit
a780866934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

1912
                 that.$message({ message: '挂号成功', type: 'success', duration: 5000 })
1912
                 that.$message({ message: '挂号成功', type: 'success', duration: 5000 })
1913
                 that.$refs.register.hide()
1913
                 that.$refs.register.hide()
1914
                 that.loadingone = false
1914
                 that.loadingone = false
1915
-                this.CheckHISPatient(that.record_date,that.patientInfo.id)
1915
+                that.CheckHISPatient(that.record_date,that.patientInfo.id)
1916
 
1916
 
1917
               }
1917
               }
1918
             }
1918
             }