From 4193a7b909f0244ba3d62b808e695d5f23c31f97 Mon Sep 17 00:00:00 2001
From: lixiangyu <lixiangyu@xalxzn.com>
Date: 星期五, 22 八月 2025 22:36:30 +0800
Subject: [PATCH] feat(cms): 刀具库存列表增加库存统计功能

---
 src/views/system/modules/SelectDeviceDrawer.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/system/modules/SelectDeviceDrawer.vue b/src/views/system/modules/SelectDeviceDrawer.vue
index 6015831..cdd045b 100644
--- a/src/views/system/modules/SelectDeviceDrawer.vue
+++ b/src/views/system/modules/SelectDeviceDrawer.vue
@@ -96,6 +96,7 @@
         expandedKeys: [],
         checkedKeys: [],
         autoExpandParent: true,
+        searchValue: '',
         url: {
           getBaseTree: '/mdc/mdcEquipment/queryTreeListByProduction'
         },

--
Gitblit v1.9.3