浏览代码

hah阿凡达

28169 4 周前
父节点
当前提交
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