|
|
@@ -47,7 +47,7 @@
|
|
|
<van-icon :name="storeselect" class="zicon" />
|
|
|
</template>
|
|
|
</van-cell>
|
|
|
- <van-cell title="历史拜访" is-link to="/historAllVisit?type=0">
|
|
|
+ <van-cell title="历史拜访" is-link @click="historAllVisit()">
|
|
|
<template #icon>
|
|
|
<van-icon :name="history" class="zicon" />
|
|
|
</template>
|
|
|
@@ -318,6 +318,12 @@ export default {
|
|
|
this.getReportInfo();
|
|
|
},
|
|
|
methods: {
|
|
|
+ historAllVisit(){
|
|
|
+ localStorage.setItem('typeQuery', 0);
|
|
|
+ this.$router.push({
|
|
|
+ path: '/historAllVisit',
|
|
|
+ });
|
|
|
+ },
|
|
|
getstoreCoverPosition() {
|
|
|
getstoreCoverPosition({}).then((res) => {
|
|
|
var postName = localStorage.getItem('postName');
|