Pārlūkot izejas kodu

fix: 购买页修复切换tab选中问题

cuiyalong 1 gadu atpakaļ
vecāks
revīzija
d2ba309c77
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/pages/order/create/index.vue

+ 1 - 1
src/pages/order/create/index.vue

@@ -274,8 +274,8 @@ export default {
             }
           })
         }
-        this.activeSpec = 0
         this.specList = specList
+        this.activeSpec = this.formatSpecList[0].id
       })
     },
     checkedChange (f) {