mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
讲师管理bug
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
|
||||
function remove(i) {
|
||||
rowSelectKeys.value.splice(i, 1);
|
||||
selectsData.value.splice(i, 1);
|
||||
selectsData.value = selectsData.value.filter((_, index) => index !== i);
|
||||
emit("update:selectedRowKeys", rowSelectKeys.value);
|
||||
emit("update:selectedRows", selectsData.value);
|
||||
}
|
||||
|
||||
@@ -131,7 +131,7 @@ const props = defineProps({
|
||||
title: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
});
|
||||
onMounted(()=>{
|
||||
// onlineLearningList()
|
||||
@@ -237,7 +237,6 @@ function onLoadData(treeNode) {
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
const openDrawer = () => {
|
||||
visiable.value = true;
|
||||
stuSelectRows.value = props.arrayList
|
||||
|
||||
Reference in New Issue
Block a user