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() {