baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
848333dfcee6332e0bfcdd420895c3212c24dacf
Authored by
梁保满
2023-06-06 17:13:53 +0800
1 parent
55eb13fd
科目添加删除操作
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/standard/setUp/clazz.vue
src/views/standard/setUp/clazz.vue
View file @
848333d
...
...
@@ -410,6 +410,7 @@ export default {
410
410
if (status === 0) {
411
411
this.$message.success(info);
412
412
this.subjectList.splice(index, 1);
413
+ this.subjects.splice(index, 1);
413
414
this._QueryData();
414
415
} else {
415
416
this.$message.error(info);
...
...