|
@@ -520,11 +520,9 @@ export default {
|
|
|
};
|
|
|
this.$refs.ModifyMarkAiSet.open();
|
|
|
},
|
|
|
- aiSetModified() {
|
|
|
- this.updateSubjectiveTaskItem({
|
|
|
- aiQuestionPramSet: true,
|
|
|
- id: this.curRow.id,
|
|
|
- });
|
|
|
+ async aiSetModified() {
|
|
|
+ await this.updateList();
|
|
|
+ this.initFillQuestionRanges();
|
|
|
},
|
|
|
checkData() {
|
|
|
const errorList = [];
|