forked from drone/command-center-dashboard

chenyao
2025-04-17 6fa9f11846281816941e2602254ad42e3944f6b9
src/views/TaskManage/TaskTop/TaskEvent.vue
@@ -117,7 +117,6 @@
// 添加监听
watch(() => store.state.task.taskSearchParams, (newVal) => {
  console.log(newVal, '1111');
  if (newVal) {
    getJobEventBar(newVal);
  }