From 1326b934db557e388346eefdc9f9ec68e5917179 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Tue, 9 Jul 2024 14:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=20=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supervise/electricalEnergy/components1/form/detail.vue | 4 ++-- .../pqs/supervise/electricalEnergy/components1/online.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue b/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue index ce1c70f1..dbe224cc 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue @@ -16,7 +16,7 @@ import { overLimitDetail } from '@/api/process-boot/electricitymanagement' import { defaultAttribute } from '@/components/table/defaultAttribute' const emits = defineEmits(['onSubmit']) const dictData = useDictData() -const dialogVisible = ref(true) +const dialogVisible = ref(false) const title: any = ref('') const List: any = ref([]) @@ -25,7 +25,7 @@ const open = (row: any) => { title.value = row.text overLimitDetail({ lineId: row.row.lineId, - targetId: row.row.targetId, + targetId: row.row.targetType, searchBeginTime: row.list.searchBeginTime, searchEndTime: row.list.searchEndTime }).then(res => { diff --git a/src/views/pqs/supervise/electricalEnergy/components1/online.vue b/src/views/pqs/supervise/electricalEnergy/components1/online.vue index 95f194a9..d5d6a57d 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/online.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/online.vue @@ -175,7 +175,7 @@ const tableStore = new TableStore({ click: row => { detailRef.value.open({ text: '详情', - row: row.row, + row: row, list: list.value }) }