From cfaa8042faa2db633487e12ca4a79bc48b7b324e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 8 Mar 2024 12:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/board/fourthFloor/laserLight.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw-ui/src/views/board/fourthFloor/laserLight.vue b/hw-ui/src/views/board/fourthFloor/laserLight.vue index 23abf7d..209b6e9 100644 --- a/hw-ui/src/views/board/fourthFloor/laserLight.vue +++ b/hw-ui/src/views/board/fourthFloor/laserLight.vue @@ -464,7 +464,7 @@ export default { if (rows.length > 1) { this.$refs.table1.toggleRowExpansion(rows[0], false) } - const data = await getPlanDrawings() + const data = await getPlanDrawings({planId: e.planId, attachId: e.attachId}) console.log(data) }, // 设置图表信息