See999 4 лет назад
Родитель
Сommit
43b0f7b623

+ 1 - 1
src/xt_pages/sign/components/beforeDialysisCalling.vue Просмотреть файл

@@ -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 Просмотреть файл

@@ -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"));