Browse Source

bug 修复

lilei 4 years ago
parent
commit
ed2de4f8d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cleanManage/statisticalReport.vue

+ 1 - 1
src/views/cleanManage/statisticalReport.vue

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