yfh 2 주 전
부모
커밋
37f9c907fc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/components/course/userCourseCatalogDetails.vue

+ 2 - 0
src/views/components/course/userCourseCatalogDetails.vue

@@ -876,6 +876,8 @@ export default {
         this.addBatchData.form = {
           courseId: this.courseId,
         };
+        this.addBatchData.queryParams.typeId = null;
+        this.addBatchData.queryParams.typeSubId = null;
         this.resourceList();
       },
       getRootTypeList() {