Commit b727bc27 authored by 黄奎's avatar 黄奎

页面修改

parent aca9c686
...@@ -286,6 +286,7 @@ ...@@ -286,6 +286,7 @@
SortNum: 0, //排序 SortNum: 0, //排序
Answer: "", //问题JSON Answer: "", //问题JSON
IsMutex: 0, //填空题(答案顺序打乱也判正确) IsMutex: 0, //填空题(答案顺序打乱也判正确)
Category:0,//大类
}, },
AnswerList: [], AnswerList: [],
optionTitle: "", optionTitle: "",
...@@ -399,6 +400,7 @@ ...@@ -399,6 +400,7 @@
this.objOption.IsMutex = res.Data.IsMutex; this.objOption.IsMutex = res.Data.IsMutex;
this.questionObj.Key = res.Data.QuestionTypeKey; this.questionObj.Key = res.Data.QuestionTypeKey;
this.questionObj.QId = res.Data.QuestionTypeId; this.questionObj.QId = res.Data.QuestionTypeId;
this.objOption.Category=res.Data.Category;
if (res.Data.QuestionContentObj) { if (res.Data.QuestionContentObj) {
this.AnswerList = res.Data.QuestionContentObj; this.AnswerList = res.Data.QuestionContentObj;
this.objOption.QuestionContent = JSON.stringify(res.Data.QuestionContentObj); this.objOption.QuestionContent = JSON.stringify(res.Data.QuestionContentObj);
...@@ -423,6 +425,7 @@ ...@@ -423,6 +425,7 @@
this.objOption.SortNum = 0; this.objOption.SortNum = 0;
this.objOption.Answer = ''; this.objOption.Answer = '';
this.objOption.IsMutex = 0; this.objOption.IsMutex = 0;
this.objOption.Category=0;
} }
}, },
//关闭弹窗 //关闭弹窗
......
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