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

页面修改

parent c3452f45
...@@ -637,11 +637,9 @@ ...@@ -637,11 +637,9 @@
if (obj) { if (obj) {
questionObj.QuestionContent = JSON.stringify(obj); questionObj.QuestionContent = JSON.stringify(obj);
} }
console.log("onItemClick_questionObj", questionObj);
var tempArray = []; var tempArray = [];
tempArray.push(questionObj); tempArray.push(questionObj);
this.AddQuestion(tempArray); this.AddQuestion(tempArray);
this.calcPaper();
}, },
//添加问题 //添加问题
AddQuestion(qArray) { AddQuestion(qArray) {
...@@ -673,6 +671,7 @@ ...@@ -673,6 +671,7 @@
}) })
} }
} }
this.calcPaper();
}, },
//判断题库是否存在 //判断题库是否存在
checkGroupExists(QuestionTypeId) { checkGroupExists(QuestionTypeId) {
...@@ -775,7 +774,6 @@ ...@@ -775,7 +774,6 @@
}, },
//点击问题 //点击问题
ClickItem(questionItem, index, index2) { ClickItem(questionItem, index, index2) {
console.log("ClickItem",questionItem)
this.ChooseItem={}; this.ChooseItem={};
this.ComOneIndex = index; this.ComOneIndex = index;
this.ComCheckIndex = index2; 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