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