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) }, // 设置图表信息