|
@@ -134,6 +134,8 @@ export default {
|
|
},
|
|
},
|
|
async mounted() {
|
|
async mounted() {
|
|
try {
|
|
try {
|
|
|
|
+ this.searchForm.keyword = null;
|
|
|
|
+ this.searchForm.courseTypeCode = null;
|
|
// 获取存在编号
|
|
// 获取存在编号
|
|
const { data } = await queryLessonCoursewareId();
|
|
const { data } = await queryLessonCoursewareId();
|
|
this.existIds = data || [];
|
|
this.existIds = data || [];
|