From baef0375875c22f7803aa41a28c7f569e055a798 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 22 十一月 2024 18:05:35 +0800
Subject: [PATCH] add: 区域配置

---
 src/views/screen1/itm-map-plant-board.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/screen1/itm-map-plant-board.vue b/src/views/screen1/itm-map-plant-board.vue
index b02feee..79b52bb 100644
--- a/src/views/screen1/itm-map-plant-board.vue
+++ b/src/views/screen1/itm-map-plant-board.vue
@@ -259,6 +259,7 @@
         itemParam.x = this.x
         itemParam.y = this.y
         var dto = {
+          areacode : itemParam.areacode,
           xVal: itemParam.x,
           yVal: itemParam.y,
           id: itemParam.id
@@ -280,6 +281,7 @@
       itemParam.w = this.width
       itemParam.h = this.height
       var dto = {
+        areacode : itemParam.areacode,
         wVal: itemParam.w,
         hVal: itemParam.h,
         id: itemParam.id

--
Gitblit v1.9.3