英文车辆预定为空
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -126,7 +126,9 @@ function popRemark(type) { | ... | @@ -126,7 +126,9 @@ function popRemark(type) { |
| 126 | || (form.value.isFoodView == 0 && type == '3') | 126 | || (form.value.isFoodView == 0 && type == '3') |
| 127 | || (form.value.isMealView == 0 && type == '4') | 127 | || (form.value.isMealView == 0 && type == '4') |
| 128 | || (type == '5' && form.value.isPhotoView == 0) | 128 | || (type == '5' && form.value.isPhotoView == 0) |
| 129 | || (type == '0')) { | 129 | // || (type == '0') |
| 130 | ) | ||
| 131 | { | ||
| 130 | building() | 132 | building() |
| 131 | return | 133 | return |
| 132 | } | 134 | } | ... | ... |
-
Please register or sign in to post a comment