yfh hace 2 semanas
padre
commit
37f9c907fc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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() {