|
@@ -351,7 +351,6 @@
|
351
|
351
|
this.$router.push({path:'/patient/patient/'+this.id+'/firstDisease'})
|
352
|
352
|
} else if(name == '3-1'){
|
353
|
353
|
this.$router.push({ path: '/patients/sickhistory?id=' + this.id })
|
354
|
|
-
|
355
|
354
|
} else if(name == '3-2'){
|
356
|
355
|
this.$router.push({path:'/patients/physicalexamination?id='+this.id})
|
357
|
356
|
|