lilei hace 4 años
padre
commit
ed2de4f8d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 => {
           // 柱状图