zhangjie 3 年之前
父節點
當前提交
125b2a9d00
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/stmms/components/markParam/MarkPaperMarker.vue

+ 1 - 0
src/modules/stmms/components/markParam/MarkPaperMarker.vue

@@ -214,6 +214,7 @@ export default {
     toDelete(row) {
       const pos = this.groupInfo.findIndex(item => item.id === row.id);
       this.groupInfo.splice(pos, 1);
+      this.updateDisableQuestionIds();
     },
     groupModified(row) {
       const pos = this.groupInfo.findIndex(item => item.id === row.id);