mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
Merge branch 'master-20251023-tag' into test1024
This commit is contained in:
@@ -902,11 +902,23 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.biaoke.dlgShow = true;
|
this.biaoke.dlgShow = true;
|
||||||
}
|
}
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.initTagComponent();
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(rs.message);
|
this.$message.error(rs.message);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
// 新增初始化标签方法
|
||||||
|
initTagComponent() {
|
||||||
|
if (this.$refs.courseTag) {
|
||||||
|
// 确保组件已渲染后再调用搜索
|
||||||
|
setTimeout(() => {
|
||||||
|
this.$refs.courseTag.debouncedSearch('');
|
||||||
|
}, 100);
|
||||||
|
}
|
||||||
|
},
|
||||||
//上传课程图片处理
|
//上传课程图片处理
|
||||||
uploadCoverImgSuccess(res) {
|
uploadCoverImgSuccess(res) {
|
||||||
//console.log(res,'res');
|
//console.log(res,'res');
|
||||||
|
|||||||
@@ -420,7 +420,7 @@ export default {
|
|||||||
|
|
||||||
.course-title{
|
.course-title{
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 90px;
|
height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
.title {
|
.title {
|
||||||
|
|||||||
Reference in New Issue
Block a user