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

xiugaibug

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