yfh 2 недель назад
Родитель
Сommit
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() {