|
@@ -860,16 +860,16 @@ export default {
|
|
},
|
|
},
|
|
//获取重复试题
|
|
//获取重复试题
|
|
getreduplicateQuestions() {
|
|
getreduplicateQuestions() {
|
|
- this.duplicateLoading = true;
|
|
|
|
- this.$http
|
|
|
|
- .get(QUESTION_API + "/paper/" + this.paperId + "/reduplicate-questions")
|
|
|
|
- .then((response) => {
|
|
|
|
- this.reduplicateQuestions = response.data;
|
|
|
|
- this.duplicateLoading = false;
|
|
|
|
- this.initReduplicateQuesColor();
|
|
|
|
- // var ques = document.getElementsByClassName("ques")[0];
|
|
|
|
- // ques.style.display = "inline";
|
|
|
|
- });
|
|
|
|
|
|
+ // this.duplicateLoading = true;
|
|
|
|
+ // this.$http
|
|
|
|
+ // .get(QUESTION_API + "/paper/" + this.paperId + "/reduplicate-questions")
|
|
|
|
+ // .then((response) => {
|
|
|
|
+ // this.reduplicateQuestions = response.data;
|
|
|
|
+ // this.duplicateLoading = false;
|
|
|
|
+ // this.initReduplicateQuesColor();
|
|
|
|
+ // // var ques = document.getElementsByClassName("ques")[0];
|
|
|
|
+ // // ques.style.display = "inline";
|
|
|
|
+ // });
|
|
},
|
|
},
|
|
initReduplicateQuesColor() {
|
|
initReduplicateQuesColor() {
|
|
var colorCount = this.reduplicateQuestions.length;
|
|
var colorCount = this.reduplicateQuestions.length;
|