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