See999 4 年 前
コミット
43b0f7b623
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/xt_pages/sign/components/beforeDialysisCalling.vue
  2. 1 1
      src/xt_pages/sign/components/computerCalling.vue

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