|
|
@@ -832,6 +832,7 @@ export default {
|
|
|
localStorage.setItem('ORGName', val.deptName);
|
|
|
localStorage.setItem('chainNameR', val.chainName);
|
|
|
localStorage.removeItem('visitId'); //删除上次拜访id
|
|
|
+ localStorage.setItem('getRequestFlage', 'true');
|
|
|
this.toastLoading().clear();
|
|
|
this.$router.push({
|
|
|
path: '/visitPage',
|
|
|
@@ -1015,6 +1016,7 @@ export default {
|
|
|
// 进入拜访之前先刷新页面
|
|
|
store.dispatch('setDeviceOutsidePage', true);
|
|
|
localStorage.removeItem('visitId'); //删除上次拜访id
|
|
|
+ localStorage.setItem('getRequestFlage', 'true');
|
|
|
this.$router.push({
|
|
|
path: '/visitPage',
|
|
|
query: {
|