|
@@ -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 {
|