linwenxin il y a 5 mois
Parent
commit
e165227f2b
2 fichiers modifiés avec 8 ajouts et 2 suppressions
  1. 7 1
      src/packageWorkorder/pages/orderList.vue
  2. 1 1
      src/pages/workorder/index.vue

+ 7 - 1
src/packageWorkorder/pages/orderList.vue

@@ -273,11 +273,15 @@ export default {
     }
   },
 
-  onLoad({ tab, isYb, isWb }) {
+  onLoad({ tab, isYb, isWb, smallTab }) {
     this.crossPage.$on('refreshWorkorderList', data => {
       if (data && data.tab) {
         this.curMainTab = data.tab
       }
+      if (data && data.smallTab) {
+        this.curSmallTab = Number(data.smallTab)
+        this.curSmallTabIndex = Number(data.smallTab)
+      }
       this.refreshList()
     })
 
@@ -291,6 +295,8 @@ export default {
     this.getCount()
 
     this.curMainTab = tab || ''
+    this.curSmallTab = smallTab ? Number(smallTab) : 0
+    this.curSmallTabIndex = smallTab ? Number(smallTab) : 0
 
     this.refreshList()
   },

+ 1 - 1
src/pages/workorder/index.vue

@@ -120,7 +120,7 @@ export default {
           num: 0,
           icon: 'icon-tuojigongdan',
           color: '#D7F1FF',
-          url: '/packageWorkorder/pages/orderList?tab=YWG'
+          url: '/packageWorkorder/pages/orderList?tab=YWG&smallTab=1'
         },
         {
           name: '近半年完工',