Commit 848333dfcee6332e0bfcdd420895c3212c24dacf
1 parent
55eb13fd
科目添加删除操作
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/standard/setUp/clazz.vue
@@ -410,6 +410,7 @@ export default { | @@ -410,6 +410,7 @@ export default { | ||
410 | if (status === 0) { | 410 | if (status === 0) { |
411 | this.$message.success(info); | 411 | this.$message.success(info); |
412 | this.subjectList.splice(index, 1); | 412 | this.subjectList.splice(index, 1); |
413 | + this.subjects.splice(index, 1); | ||
413 | this._QueryData(); | 414 | this._QueryData(); |
414 | } else { | 415 | } else { |
415 | this.$message.error(info); | 416 | this.$message.error(info); |