فهرست منبع

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

cuiyalong 1 سال پیش
والد
کامیت
d2ba309c77
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {