Commit 8d76214b authored by 刘帅阳's avatar 刘帅阳

xiugaibug

parent 528fe76e
...@@ -156,7 +156,7 @@ export function answerByOneClick(data) { ...@@ -156,7 +156,7 @@ export function answerByOneClick(data) {
// 提交和查看已结束答题记录详情 // 提交和查看已结束答题记录详情
export function blessonSubmit(params) { export function blessonSubmit(params) {
return request({ return request({
url: '/post/user/blesson/submit/', url: '/post/user/blesson/submit',
method: 'get', method: 'get',
params params
}) })
......
...@@ -530,6 +530,7 @@ export default { ...@@ -530,6 +530,7 @@ export default {
if (res.data) { if (res.data) {
this.noText = false this.noText = false
this.examData = res.data this.examData = res.data
console.log('this.examDatathis.examDatathis.examDatathis.examDatathis.examDatathis.examDatathis.examDatathis.examData',this.examData)
console.log('queryAllExamQuestionDto', res) console.log('queryAllExamQuestionDto', res)
} else { } else {
this.noText = true this.noText = true
......
...@@ -83,6 +83,7 @@ export default { ...@@ -83,6 +83,7 @@ export default {
if (flag) { if (flag) {
this.$message.warning('您有题目未填写请填写完再提交') this.$message.warning('您有题目未填写请填写完再提交')
} else { } else {
console.log('this.businessId',this.businessId)
const params = { const params = {
businessId: this.businessId businessId: this.businessId
} }
...@@ -108,6 +109,7 @@ export default { ...@@ -108,6 +109,7 @@ export default {
this.priceScore = res.data.priceScore this.priceScore = res.data.priceScore
this.questionsId = res.data.questionsId this.questionsId = res.data.questionsId
if (this.type === 'done') { if (this.type === 'done') {
console.log('this.businessId',this.businessId)
const params = { const params = {
businessId: this.businessId businessId: this.businessId
} }
......
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