mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
讲师管理bug
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user