@@ -93,6 +93,7 @@
</template>
<script>
+import store from '@/store';
import {
userTodayPlanNum,
getReportInfo,
@@ -196,6 +197,7 @@ export default {
},
// 跳转详情
onClick() {
+ store.dispatch('setActivaTypeStore', 'FuWuShang');
this.$router.push({ path: '/noVisit' });
initData() {