Explorar el Código

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

DESKTOP-O04BTUJ\muzen hace 2 años
padre
commit
c64699949c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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()