|
@@ -189,7 +189,6 @@
|
|
|
</p>
|
|
|
<el-checkbox
|
|
|
v-model="onlyErrorQuestion"
|
|
|
- :disabled="!hasErrorTips"
|
|
|
@change="onlyErrorQuestionChange"
|
|
|
>仅查看识别有误试题</el-checkbox
|
|
|
>
|
|
@@ -1005,7 +1004,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
getImportPaperData() {
|
|
|
- if (!this.$refs.QuestionImportPaperEdit) return [];
|
|
|
let paperData = deepCopy(this.paperData);
|
|
|
const transformFieldMap = {
|
|
|
body: "quesBody",
|