Browse Source

修改服务版本可管理患者数的bug

zhengchengwu 6 years ago
parent
commit
314e4aa529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/user/components/PatientForm.vue

+ 1 - 1
src/xt_pages/user/components/PatientForm.vue View File

583
       GetPatientTotal().then(response=>{
583
       GetPatientTotal().then(response=>{
584
         if(response.data.state==1) {
584
         if(response.data.state==1) {
585
           this.patientTotal = response.data.data.total;
585
           this.patientTotal = response.data.data.total;
586
-          if((this.subscibe.state==2 && this.patientTotal>=20)||(this.subscibe.state==1 && this.patientTotal>=60)){
586
+          if((this.subscibe.state==2 && this.patientTotal>=100)||(this.subscibe.state==1 && this.patientTotal>=200)){
587
             this.$alert('患者数已达到当前服务版本病人数,需要升级到更高的版本', '提示', {
587
             this.$alert('患者数已达到当前服务版本病人数,需要升级到更高的版本', '提示', {
588
               confirmButtonText: '确定',
588
               confirmButtonText: '确定',
589
               showClose:false,
589
               showClose:false,