瀏覽代碼

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

DESKTOP-O04BTUJ\muzen 2 年之前
父節點
當前提交
c64699949c
共有 1 個文件被更改,包括 3 次插入1 次删除
  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()