@@ -303,7 +303,7 @@ export default {
pageSize: 1000,
lookupCode: 'RUBBISH_TYPE'
}).then(res => {
- const list = res.data.list
+ const list = res.data.list.filter(item => item.code != 'HARM')
_this.rubbishType = list
list.map(item => {
// 柱状图