在线新增

This commit is contained in:
670788339
2025-11-01 15:04:02 +08:00
parent 8e51663b86
commit 6a77bd9dc4
2 changed files with 13 additions and 1 deletions

View File

@@ -902,11 +902,23 @@ export default {
} else {
this.biaoke.dlgShow = true;
}
this.$nextTick(() => {
this.initTagComponent();
});
} else {
this.$message.error(rs.message);
}
});
},
// 新增初始化标签方法
initTagComponent() {
if (this.$refs.courseTag) {
// 确保组件已渲染后再调用搜索
setTimeout(() => {
this.$refs.courseTag.debouncedSearch('');
}, 100);
}
},
//上传课程图片处理
uploadCoverImgSuccess(res) {
//console.log(res,'res');

View File

@@ -420,7 +420,7 @@ export default {
.course-title{
position: relative;
height: 90px;
height: 60px;
display: flex;
justify-content: space-between;
.title {