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