Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
8adbf3f272

+ 1 - 1
src/xt_pages/sign/components/beforeDialysisCalling.vue View File

@@ -262,7 +262,7 @@ export default {
262 262
             let schedule_type = null
263 263
             if(this.patientStateVal == 0){
264 264
                 schedule_type = 1
265
-            }else if(this.patientStateVal == 0){
265
+            }else if(this.patientStateVal == 1){
266 266
                 schedule_type = 2
267 267
             }
268 268
             console.log('patient_id',patient_id)

+ 1 - 1
src/xt_pages/sign/components/computerCalling.vue View File

@@ -237,7 +237,7 @@ export default {
237 237
             let schedule_type = null
238 238
             if(this.patientStateVal == 0){
239 239
                 schedule_type = 1
240
-            }else if(this.patientStateVal == 0){
240
+            }else if(this.patientStateVal == 1){
241 241
                 schedule_type = 2
242 242
             }
243 243
             let org_id =  parseInt(sessionStorage.getItem("org_id"));