@@ -234,7 +234,7 @@ export default {
methods: {
radioChange(val) {
- if (val == 1) {
+ if (val == 1 || val == 2) {
this.isShowDate = false;
return;
}