浏览代码

培训监控双击某个人进去的页面,去掉浏览view接口的调用

刘洋 2 年之前
父节点
当前提交
bee56d5b18
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/modules/monitor/training-monitoring-detail/index.vue

+ 5 - 5
src/modules/monitor/training-monitoring-detail/index.vue

@@ -177,11 +177,11 @@ const {
   onCurrentChange,
 } = useTableCheck(monitorDetail)
 
-watch(current, () => {
-  if (current.value) {
-    useFetch('viewActiveCheck').fetch({ taskId: current.value?.taskId })
-  }
-})
+// watch(current, () => {
+//   if (current.value) {
+//     useFetch('viewActiveCheck').fetch({ taskId: current.value?.taskId })
+//   }
+// })
 
 const imgOption = computed<SetImgBgOption>(() => {
   return {