-- fix bug

This commit is contained in:
yuping
2023-03-03 15:50:41 +08:00
parent 2af480c12a
commit ff4f1a9d8c

View File

@@ -193,7 +193,8 @@ function onStuSelectChange(e) {
stuSelectKeys.value = e;
}
const openDrawer = () => {
const openDrawer = (raw) => {
console.log(raw);
visiable.value = true;
};