|
|
@@ -240,6 +240,9 @@ export default {
|
|
|
next();
|
|
|
},
|
|
|
activated() {
|
|
|
+ // 是否请求任务列表接口
|
|
|
+ let getRequestFlage = localStorage.getItem('getRequestFlage');
|
|
|
+ if (getRequestFlage != 'true') return;
|
|
|
this.urlParameter = this.$route.query;
|
|
|
this.storeId = this.$route.query.storeId + '';
|
|
|
this.visitId = this.$route.query.visitId;
|
|
|
@@ -253,9 +256,6 @@ export default {
|
|
|
this.lon = this.$route.query.lon + '';
|
|
|
// this.list = [];
|
|
|
this.uType = localStorage.getItem('uType');
|
|
|
- // 是否请求任务列表接口
|
|
|
- let getRequestFlage = localStorage.getItem('getRequestFlage');
|
|
|
- if (getRequestFlage != 'true') return;
|
|
|
this.list = [];
|
|
|
if (this.$route.query.type != 'edit') {
|
|
|
this.timeShow = true;
|