Commit 7d4201c8 authored by 王飞龙's avatar 王飞龙

bug修改

parent 179adf7f
...@@ -813,7 +813,7 @@ export default { ...@@ -813,7 +813,7 @@ export default {
listALLTeaTrialCourse(obj).then(res => { listALLTeaTrialCourse(obj).then(res => {
console.log('res', res) console.log('res', res)
if (res.code === 200) { if (res.code === 200) {
this.form.settingList = res.rows this.form.settingList = res.data
} }
}) })
} else { } else {
......
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