|
@@ -453,7 +453,7 @@
|
|
|
// mui.toast("请选择疫苗接种情况!");
|
|
|
// return;
|
|
|
// }
|
|
|
- if (!this.report.vaccinationStatusN) {
|
|
|
+ if (!this.report.vaccinationStatusN||this.report.vaccinationStatusN=='请选择') {
|
|
|
mui.toast("请选择疫苗接种情况!");
|
|
|
return;
|
|
|
}
|
|
@@ -461,11 +461,11 @@
|
|
|
// mui.toast("请选择家庭成员身体健康情况!");
|
|
|
// return;
|
|
|
// }
|
|
|
- if (!this.report.healthStatusN) {
|
|
|
+ if (!this.report.healthStatusN||this.report.healthStatusN=='请选择') {
|
|
|
mui.toast("请选择自身健康情况!");
|
|
|
return;
|
|
|
}
|
|
|
- if (!this.report.familyStatusN) {
|
|
|
+ if (!this.report.familyStatusN||this.report.familyStatusN=='请选择') {
|
|
|
mui.toast("请选择家庭成员身体健康情况!");
|
|
|
return;
|
|
|
}
|