Sfoglia il codice sorgente

首页增加“扫码异常门店”入口-优化

zhujindu 1 anno fa
parent
commit
afc8a01334
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 0 1
      src/views/deviceOutside/index.vue
  2. 1 1
      src/views/home/index.vue

+ 0 - 1
src/views/deviceOutside/index.vue

@@ -652,7 +652,6 @@ export default {
     },
   },
   activated() {
-    debugger;
     console.log('abnormalTsjStoreIds=' + this.$route.query.abnormalTsjStoreIds);
     // 如果是从首页-扫码异常门店列表跳转过来
     if (

+ 1 - 1
src/views/home/index.vue

@@ -1566,7 +1566,7 @@ export default {
       this.$router.push({
         path: '/outsidelist/index',
         query: {
-          tabVal: this.reportInfoData.powerGrade == 2 ? 0 : 1, // 跳转页面的tabval
+          tabVal: this.reportInfoData.positionId == 2 ? 0 : 1, // 跳转页面的tabval
           abnormalTsjStoreIds: this.reportInfoData.abnormalTsjStoreIds,
         },
       });