xuqiaoying 3 éve
szülő
commit
a72a03d4af
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/components/buyCourseModal/index.vue

+ 2 - 2
src/components/buyCourseModal/index.vue

@@ -106,8 +106,8 @@ export default {
   mounted() {},
   methods: {
     showModal(item) {
-      // this.gradeId = ''
-      // this.gradeList = []
+      this.gradeId = ''
+      this.gradeList = []
       this.selectClassModal = true;
       this.goodsDetail = item;
     },