diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index 60d01813..b4d2c567 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -181,10 +181,9 @@ export default { this.isFavorite = newVal; }, data(newVal,oldVal){ - // console.log(newVal,'newVal'); - // if(newVal && newVal.id!=''){ - // this.checkHas(); - // } + if(newVal && newVal.id!=''){ + this.checkHas(); + } } }, created(){ diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index 4674b6cc..2adfaf2b 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -40,7 +40,7 @@