mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix bug
This commit is contained in:
@@ -130,7 +130,7 @@ function confirm() {
|
||||
closeDrawer()
|
||||
}
|
||||
|
||||
function selectCourse(id, name) {
|
||||
function selectCourse({id, name}) {
|
||||
rowSelectKeys.value = [id]
|
||||
selectsData.value = [{id, name}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user