无人机管理后台前端(已迁走)
张含笑
2025-07-22 3b28809f4efe59feda57d7564e5ea251eb574a02
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) {