From 4b1898aa7f82e400b5958293c6c0a5dce5da6d6c Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 18 二月 2025 14:44:26 +0800
Subject: [PATCH] 在线预览调整

---
 src/components/do/a6-device/device-overview.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/do/a6-device/device-overview.vue b/src/components/do/a6-device/device-overview.vue
index a3f83c7..a442ba8 100644
--- a/src/components/do/a6-device/device-overview.vue
+++ b/src/components/do/a6-device/device-overview.vue
@@ -431,7 +431,7 @@
         this.currentPage = 1;
         this.list = [];
         this.entity.laboratoryName = null;
-        this.entity.storagePoint = null;
+        this.entity.largeCategory = null;
         // 绛変簬1浠h〃涓烘爲鐨勪竴绾э紝label涓洪儴闂�
         if (clickNodeVal.label == "鍏朵粬") {
           this.laboratoryNameIsNull = true;
@@ -448,7 +448,7 @@
           } else {
             this.entity.laboratoryName = clickNodeVal.parent.label;
           }
-          this.entity.storagePoint = clickNodeVal.label;
+          this.entity.largeCategory = clickNodeVal.label;
         }
         this.refreshTable();
       }

--
Gitblit v1.9.3