Browse Source

频道管理 定制频道

DESKTOP-O04BTUJ\muzen 3 năm trước cách đây
mục cha
commit
ba48696793
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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