From 52b94b9df46d8d41a9201ba07892f7b7f728e2d4 Mon Sep 17 00:00:00 2001 From: chenqi Date: Wed, 17 Jun 2026 15:00:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(icons):=20=E4=BC=98=E5=8C=96SVG?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E8=B7=AF=E5=BE=84=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除多余的垂直线条路径定义 - 简化为三个水平条形路径,减少重复代码 - 保持图标的视觉表现一致性 fix(device): 修复设备对话框标题和选项初始化问题 - 移除冗余的标题赋值操作 - 删除未使用的分类、状态和供应商选项属性 - 保留必要的表单重置和树形结构加载逻辑 --- healthlink-his-ui/src/assets/icons.svg | 7 +++---- .../src/views/catalog/device/components/deviceDialog.vue | 5 ----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/healthlink-his-ui/src/assets/icons.svg b/healthlink-his-ui/src/assets/icons.svg index 1c59a15b2..815bc8555 100644 --- a/healthlink-his-ui/src/assets/icons.svg +++ b/healthlink-his-ui/src/assets/icons.svg @@ -1,7 +1,6 @@ - - - - + + + \ No newline at end of file diff --git a/healthlink-his-ui/src/views/catalog/device/components/deviceDialog.vue b/healthlink-his-ui/src/views/catalog/device/components/deviceDialog.vue index 211e747b1..f80e34015 100755 --- a/healthlink-his-ui/src/views/catalog/device/components/deviceDialog.vue +++ b/healthlink-his-ui/src/views/catalog/device/components/deviceDialog.vue @@ -638,13 +638,8 @@ function getLocationTree() { // 显示弹框 function edit() { reset(); - title.value = ''; - title.value = props.title; form.value = props.item; form.value.chrgitmLv = form.value.chrgitmLv ? form.value.chrgitmLv.toString() : undefined; - deviceCategories.value = props.deviceCategories; - statusFlagOptions.value = props.statusFlagOptions; - supplierListOptions.value = props.supplierListOptions; getDeptTree(); getLocationTree(); // 初始化包装单位列表