|
@@ -136,6 +136,7 @@ export default {
|
|
|
}).then(res => {
|
|
|
if (res.code === 0) {
|
|
|
this.form = res.data
|
|
|
+ console.log(this.form);
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -152,7 +153,7 @@ export default {
|
|
|
// 可选全部频道内容列表
|
|
|
getPage() {
|
|
|
channelTemplate({
|
|
|
- audioType: this.data.audioType
|
|
|
+ audioType: this.form.channelType
|
|
|
}).then(res => {
|
|
|
if (res.code === 0) {
|
|
|
this.classifyOptions = res.data
|