forked from drone/command-center-dashboard

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