@@ -241,7 +241,7 @@ export default {
methods: {
getSupplierOptions () {
this.$http.get('/core/channel/page', { params: { page: 1, limit: -1 } }).then(res => {
- this.channelOptions = res.data.data.list.filter(item => item.type === 1) || []
+ this.channelOptions = res.data.data.list || []
})
},
getDetail () {