xuqiaoying il y a 3 ans
Parent
commit
a72a03d4af
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;
     },