mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 08:46:46 +08:00
讲师管理bug
This commit is contained in:
@@ -240,6 +240,7 @@ function onLoadData(treeNode) {
|
|||||||
}
|
}
|
||||||
const openDrawer = () => {
|
const openDrawer = () => {
|
||||||
visiable.value = true;
|
visiable.value = true;
|
||||||
|
props.arrayList.map(item=>item.id=item.userId)
|
||||||
stuSelectRows.value = props.arrayList
|
stuSelectRows.value = props.arrayList
|
||||||
stuSelectRowKeys.value = props.arrayList.map(item=>item.userId)
|
stuSelectRowKeys.value = props.arrayList.map(item=>item.userId)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user