讲师管理bug

This commit is contained in:
zhangsir
2024-11-15 19:28:36 +08:00
parent 0c14689546
commit 8ff371c4c9
4 changed files with 70 additions and 63 deletions

View File

@@ -4,7 +4,7 @@
<div class="drawerMain" id="ProjCheckship" style="">
<div class="header">
<div class="headerTitle">
添加讲师
选择{{title}}
</div>
<img style="width: 29px; height: 29px; cursor: pointer" src="../../assets/images/basicinfo/close.png"
@click="closeDrawer"/>
@@ -128,7 +128,10 @@ const props = defineProps({
type: Number,
default: 0
},
title: {
type: String,
default: ''
}
});
onMounted(()=>{
onlineLearningList()
@@ -262,7 +265,7 @@ const deleteDepSelect = () => {
//确定添加授权
const submitAuth = () => {
emit('update:arrayList',teaunm.value)
emit('valueChange',teaunm.value)
emit('valueChange',teaunm.value,props.type)
visiable.value = false;
emit("finash", false);
};