@@ -251,7 +251,11 @@ export default {
//接种疫苗
reasons(e) {
console.log(e)
- this.reason = !this.reason;
+ if(e == "未接种"){
+ this.reason = true;
+ }else{
+ this.reason = false
+ }
},
//提交数据到后台
Submits() {