Browse Source

运营管理 推荐管理 修复遗漏接口参数名

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
c64699949c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/operation/recommend/index.vue

+ 3 - 1
src/views/operation/recommend/index.vue

@@ -337,7 +337,9 @@ export default {
     'form.audioType': {
       handler(val) {
         this.$nextTick(() => {
-          this.getPlatform(val)
+          this.getPlatform({
+            audioType: val
+          })
         })
         this.form.platformId = this.platformOptions[0].value
         this.getContentList()