Commit ad1930ad authored by 黄奎's avatar 黄奎

页面修改

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