@@ -97,8 +97,8 @@ export default {
if(val && this.form.audioType == '') {
this.form.audioType = ''
this.getAudioType(val)
+ this.getList()
}
- this.getList()
},
deep: true
@@ -109,8 +109,8 @@ export default {
this.getPlatform({
audioType: val
})