浏览代码

频道管理 定制频道

DESKTOP-O04BTUJ\muzen 3 年之前
父节点
当前提交
ba48696793
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/channel/custom/detail.vue

+ 2 - 1
src/views/channel/custom/detail.vue

@@ -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