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