Commit b14e66d7 authored by 黄奎's avatar 黄奎

页面修改

parent 9c0a9f4c
...@@ -937,7 +937,6 @@ ...@@ -937,7 +937,6 @@
var tempArray = []; var tempArray = [];
if (qArray && qArray.length > 0) { if (qArray && qArray.length > 0) {
qArray.forEach(eItem => { qArray.forEach(eItem => {
console.log("eItem",eItem);
var qObj = this.getDetailsObj(); var qObj = this.getDetailsObj();
qObj.QuestionId = eItem.QuestionId; qObj.QuestionId = eItem.QuestionId;
qObj.Title = eItem.SourceTitle; qObj.Title = eItem.SourceTitle;
......
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