lilei il y a 4 ans
Parent
commit
ed2de4f8d1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 => {
           // 柱状图