Commit 848333dfcee6332e0bfcdd420895c3212c24dacf

Authored by 梁保满
1 parent 55eb13fd

科目添加删除操作

src/views/standard/setUp/clazz.vue
... ... @@ -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);
... ...