zhangjie 3 жил өмнө
parent
commit
125b2a9d00

+ 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);