Explorar el Código

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

刘洋 hace 2 años
padre
commit
bee56d5b18
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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 {