|
|
@@ -809,6 +809,7 @@ export default {
|
|
|
localStorage.setItem('startTime', new Date());
|
|
|
localStorage.setItem('ORGName', val.deptName);
|
|
|
localStorage.setItem('chainNameR', val.chainName);
|
|
|
+ localStorage.removeItem('visitId'); //删除上次拜访id
|
|
|
this.toastLoading().clear();
|
|
|
this.$router.push({
|
|
|
path: '/visitPage',
|
|
|
@@ -984,6 +985,7 @@ export default {
|
|
|
}).then((response) => {
|
|
|
// 进入拜访之前先刷新页面
|
|
|
store.dispatch('setDeviceOutsidePage', true);
|
|
|
+ localStorage.removeItem('visitId'); //删除上次拜访id
|
|
|
this.$router.push({
|
|
|
path: '/visitPage',
|
|
|
query: {
|