@@ -245,7 +245,7 @@ export default {
pageNum: 1,
pageSize: 10,
status: 1,
- ...this.data
+ platformId: [16, 17].includes(this.form.channelType) ? this.dialogForm.platformId : ''
}
this.getPage()
},