refactor(icons): 优化SVG图标路径结构

- 移除多余的垂直线条路径定义
- 简化为三个水平条形路径,减少重复代码
- 保持图标的视觉表现一致性

fix(device): 修复设备对话框标题和选项初始化问题

- 移除冗余的标题赋值操作
- 删除未使用的分类、状态和供应商选项属性
- 保留必要的表单重置和树形结构加载逻辑
This commit is contained in:
2026-06-17 15:00:54 +08:00
parent c49c9229a8
commit 52b94b9df4
2 changed files with 3 additions and 9 deletions

View File

@@ -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();
// 初始化包装单位列表