|
@@ -1502,14 +1502,7 @@ export default {
|
|
|
accuracy: res.accuracy,
|
|
accuracy: res.accuracy,
|
|
|
}).then((response) => {
|
|
}).then((response) => {
|
|
|
// 进入拜访之前先刷新页面
|
|
// 进入拜访之前先刷新页面
|
|
|
- this.pageNum = 1;
|
|
|
|
|
- this.list = [];
|
|
|
|
|
- this.finished = true;
|
|
|
|
|
- if (this.tabVal == 1) {
|
|
|
|
|
- this.getUserOutPlaListFun();
|
|
|
|
|
- } else {
|
|
|
|
|
- this.getUserOrgStoreList();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ store.dispatch('setDeviceOutsidePage', true);
|
|
|
this.$router.push({
|
|
this.$router.push({
|
|
|
path: '/suishenbangOutstoreVisit',
|
|
path: '/suishenbangOutstoreVisit',
|
|
|
query: {
|
|
query: {
|
|
@@ -1959,7 +1952,7 @@ export default {
|
|
|
this.$router.go(-1);
|
|
this.$router.go(-1);
|
|
|
},
|
|
},
|
|
|
onSearch() {
|
|
onSearch() {
|
|
|
- window.scrollTo(0, 0);
|
|
|
|
|
|
|
+ // window.scrollTo(0, 0);
|
|
|
this.pageNum = 1;
|
|
this.pageNum = 1;
|
|
|
this.list = [];
|
|
this.list = [];
|
|
|
this.finished = true;
|
|
this.finished = true;
|