|
|
@@ -1471,7 +1471,7 @@ export default {
|
|
|
this.timer = setTimeout(() => {
|
|
|
this.flag = true;
|
|
|
}, 2000);
|
|
|
- if (val.stateString.indexOf('拜访中') != -1 && val.visitSource == 1) {
|
|
|
+ if (val.stateString.indexOf('拜访中') != -1) {
|
|
|
localStorage.setItem('startTime', new Date());
|
|
|
localStorage.setItem('ORGName', val.deptName);
|
|
|
localStorage.setItem('chainNameR', val.storeName);
|
|
|
@@ -1735,7 +1735,7 @@ export default {
|
|
|
this.timer = setTimeout(() => {
|
|
|
this.flag = true;
|
|
|
}, 2000);
|
|
|
- if (val.stateString.indexOf('拜访中') != -1 && val.visitSource == 1) {
|
|
|
+ if (val.stateString.indexOf('拜访中') != -1) {
|
|
|
localStorage.setItem('startTime', new Date());
|
|
|
localStorage.setItem('ORGName', val.deptName);
|
|
|
localStorage.setItem('chainNameR', val.storeName);
|