Commit 039a1c42 authored by 黄奎's avatar 黄奎

页面修改

parent c3452f45
......@@ -637,11 +637,9 @@
if (obj) {
questionObj.QuestionContent = JSON.stringify(obj);
}
console.log("onItemClick_questionObj", questionObj);
var tempArray = [];
tempArray.push(questionObj);
this.AddQuestion(tempArray);
this.calcPaper();
},
//添加问题
AddQuestion(qArray) {
......@@ -673,6 +671,7 @@
})
}
}
this.calcPaper();
},
//判断题库是否存在
checkGroupExists(QuestionTypeId) {
......@@ -775,7 +774,6 @@
},
//点击问题
ClickItem(questionItem, index, index2) {
console.log("ClickItem",questionItem)
this.ChooseItem={};
this.ComOneIndex = index;
this.ComCheckIndex = index2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment