ソースを参照

计划内进入拜访初始化不请求拜访任务

zhujindu 1 年間 前
コミット
bbf962d183

ファイルの差分が大きいため隠しています
+ 236 - 236
src/views/deviceOutside/rangeStore.vue


+ 3 - 3
src/views/deviceOutside/topStore.vue

@@ -1628,8 +1628,8 @@ export default {
             storeId: val.storeId,
             lat: location.lat,
             lon: location.lon,
-          }).then((res) => {
-            if (res.code == 200) {
+          }).then((response) => {
+            if (response.code == 200) {
               this.$dialog
                 .alert({
                   title: '系统提示',
@@ -1642,7 +1642,7 @@ export default {
               localStorage.setItem('ORGName', val.deptName);
               localStorage.setItem('chainNameR', val.storeName);
             } else {
-              this.$toast(res.msg);
+              this.$toast(response.msg);
             }
           });
         });

+ 0 - 1
src/views/deviceWithin/storeVisit.vue

@@ -209,7 +209,6 @@ export default {
     next();
   },
   activated() {
-    debugger;
     this.urlParameter = this.$route.query;
     this.storeId = this.$route.query.storeId + '';
     this.visitId = this.$route.query.visitId;