From c49c9229a816d72df276459b34489ac25970f680 Mon Sep 17 00:00:00 2001 From: chenqi Date: Wed, 17 Jun 2026 14:54:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor(device):=20=E4=BC=98=E5=8C=96=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=BB=84=E4=BB=B6=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0SVG=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除未使用的title、deviceCategories、statusFlagOptions和supplierListOptions变量 - 保留必要的deptOptions、locationOptions和unitCode相关变量 - 添加analyze.svg、approve-check.svg、assess.svg等多个SVG图标文件 - 新增图标包括审核、评估、认证等相关功能图标 - 优化组件代码结构,减少不必要的响应式数据声明 - 添加包装单位选项和加载状态管理功能 --- .../src/views/catalog/device/components/deviceDialog.vue | 5 ----- 1 file changed, 5 deletions(-) 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 e0b4e3ddb..211e747b1 100755 --- a/healthlink-his-ui/src/views/catalog/device/components/deviceDialog.vue +++ b/healthlink-his-ui/src/views/catalog/device/components/deviceDialog.vue @@ -599,12 +599,7 @@ function handleImportYb() { // 显示弹框 function show() { reset(); - title.value = ''; - title.value = props.title; - deviceCategories.value = props.deviceCategories; - statusFlagOptions.value = props.statusFlagOptions; form.value.categoryCode = props.currentCategoryEnum; - supplierListOptions.value = props.supplierListOptions; form.value.partPercent = 1; form.value.itemTypeCode = '2005'; form.value.ybType = '08';