This website works better with JavaScript
Home
Explore
Help
Register
Sign In
tl
/
web
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat:修改分班没数据保存
DESKTOP-USV654P\pc
4 months ago
parent
85242f14d8
commit
465de5a80e
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/views/educational/banding/task/division.vue
+ 1
- 0
src/views/educational/banding/task/division.vue
View File
@@ -39,6 +39,7 @@
};
};
const handelSuccess = () => {
const handelSuccess = () => {
+ closeDrawer();
emit('success');
emit('success');
};
};