|
|
@@ -1501,12 +1501,14 @@ export default {
|
|
|
accuracy: res.accuracy,
|
|
|
});
|
|
|
// 进入拜访之前先刷新页面
|
|
|
- store.dispatch('setDeviceOutsidePage', true);
|
|
|
- // if (this.tabVal == 1) {
|
|
|
- // this.getUserOutPlaListFun();
|
|
|
- // } else {
|
|
|
- // this.getUserOrgStoreList();
|
|
|
- // }
|
|
|
+ this.pageNum = 1;
|
|
|
+ this.list = [];
|
|
|
+ this.finished = true;
|
|
|
+ if (this.tabVal == 1) {
|
|
|
+ this.getUserOutPlaListFun();
|
|
|
+ } else {
|
|
|
+ this.getUserOrgStoreList();
|
|
|
+ }
|
|
|
this.$router.push({
|
|
|
path: '/suishenbangOutstoreVisit',
|
|
|
query: {
|