소스 검색

bug 修复

lilei 4 년 전
부모
커밋
ed2de4f8d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/cleanManage/statisticalReport.vue

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

@@ -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 => {
           // 柱状图