From a19784e6cfa2134a94598231403c130a90180b25 Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 15 Nov 2024 10:08:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(record):=20=E4=BF=AE=E5=A4=8D=E6=AF=8D?= =?UTF-8?q?=E7=BA=BF=E6=B8=A9=E5=BA=A6=E8=AE=B0=E5=BD=95=E4=B8=AD=E7=85=A7?= =?UTF-8?q?=E7=89=87=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在重置表单时添加照片回显相关状态的初始化 - 优化了照片回显功能,确保在更新记录时能正确显示照片 --- ruoyi-ui/src/views/record/recordBusbarTemp/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue b/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue index 85c625b..d9e1d3d 100644 --- a/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue +++ b/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue @@ -508,12 +508,18 @@ export default { updatedBy: null, updatedTime: null, recordTime: null, + photoOpen : false, + visiblePhoto : null, + thermalPhoto : null, + thermalResponse : null, + visibleResponse : null, }; this.resetForm("form"); this.photoOpen = false; this.visiblePhoto = null; this.thermalPhoto = null; - this.photoOpen = null; + this.thermalResponse = null; + this.visibleResponse = null; }, /** 搜索按钮操作 */ handleQuery() {