소스 검색

hah阿凡达

28169 1 개월 전
부모
커밋
a2966229a3
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/xt_pages/charging/charging_cz.vue

+ 4 - 2
src/xt_pages/charging/charging_cz.vue 파일 보기

@@ -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