@@ -391,7 +391,11 @@ export default {
if (item.blbh) {
this.is_active_blbh = item.blbh
} else {
- this.is_active_blbh = event.target.id
+ if (event.target.id) {
+ this.is_active_blbh = event.target.id
+ } else {
+ return
+ }
}
this.is_active_blbh = this.mainHomeData.MED_REC_ID