|
@@ -1725,6 +1725,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
var arrs = [];
|
|
|
+ this.disabledBtn = true;
|
|
|
for (let i = this.tableData.length - 1; i >= 0; i--) {
|
|
|
if (self.tableData[i].questionId && self.tableData[i].diff) {
|
|
|
await self.uploadApis(self.tableData[i]);
|
|
@@ -1739,8 +1740,7 @@ export default {
|
|
|
score: self.tableData[i].score,
|
|
|
partScore: self.tableData[i].partScore,
|
|
|
});
|
|
|
- }
|
|
|
- this.disabledBtn = true;
|
|
|
+ }
|
|
|
var data = {
|
|
|
examId: this.$route.query.id,
|
|
|
questionList: arrs,
|