mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
-- fix bug
This commit is contained in:
@@ -193,7 +193,8 @@ function onStuSelectChange(e) {
|
||||
stuSelectKeys.value = e;
|
||||
}
|
||||
|
||||
const openDrawer = () => {
|
||||
const openDrawer = (raw) => {
|
||||
console.log(raw);
|
||||
visiable.value = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user