Commit ad1930ad authored by 黄奎's avatar 黄奎

页面修改

parent 25612e70
......@@ -238,7 +238,6 @@
} else {
qObj.SubAnwser = CreateQuestion(item.Key);
}
console.log("qObj", qObj)
this.data.push(qObj);
},
//删除选项
......
......@@ -211,7 +211,6 @@ export default {
this.dataList = [];
queryPublishExamPage(this.msg)
.then((res) => {
console.log("res=>", res);
this.loading = false;
this.dataList = res.Data.PageData;
this.pageCount = res.Data.PageCount;
......
......@@ -319,7 +319,6 @@
this.sendStudent.push(obj);
})
}
console.log("this.sendStudent",this.sendStudent);
}
}
},
......
......@@ -479,7 +479,6 @@ export default {
queryExamPublish({
Id: this.postMsg.Id,
}).then((res) => {
console.log("res", res);
if (res.Code == 1) {
var tempData = res.Data;
if (tempData) {
......
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