src/views/wel/components/proportionStatic.vue
@@ -71,7 +71,6 @@ const getTypeData = () => { getJobEventByStatus(params.value).then(res => { const resList = res?.data?.data || []; resList.forEach(item => { eventTypeList.value.forEach(item1 => { if (item1.name === item.name) {