src/store/modules/popupParams.js
@@ -23,6 +23,7 @@ videoListPopup: false, videoListPopupData: {} }, mutations: { SET_DETAILSPOPUP (state, detailsPopup) { state.detailsPopup = detailsPopup @@ -33,7 +34,6 @@ SET_ACTIVITYPOLICEPOPUP (state, activityPolicePopup) { state.activityPolicePopup = activityPolicePopup console.log('isshowPopup', activityPolicePopup) }, SET_ACTIVITYPOLICEPOPUPDATA (state, activityPolicePopupData) { @@ -49,6 +49,7 @@ }, }, actions: { }