28169 2 kuukautta sitten
vanhempi
commit
a2966229a3
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4 2
      src/xt_pages/charging/charging_cz.vue

+ 4 - 2
src/xt_pages/charging/charging_cz.vue Näytä tiedosto

@@ -180,7 +180,6 @@
180 180
 
181 181
       },
182 182
       savePatentCount(){
183
-         
184 183
         var params = {
185 184
           patient_id:this.patient_id,
186 185
           hd_count:this.hd_count,
@@ -191,7 +190,10 @@
191 190
           
192 191
         }
193 192
        savePatentCount(params).then(response=>{
194
-
193
+          if(response.data.state == 1){
194
+             var patientInCount = response.data.data.patientInCount
195
+             this.newcz_show = false
196
+          }
195 197
        }) 
196 198
       }
197 199