feat(user): 缓存用户ID到本地存储- 在用户信息存储时增加UserId的本地缓存- 调整多个组件中的字段初始化逻辑

- 统一clinic相关模块的row-key为id
- 移除冗余的默认列配置-修正clinicDoctorApply模块的删除逻辑
- 清理未使用的导入和变量定义
- 调整.env.development中的API地址注释状态
This commit is contained in:
2025-11-03 02:41:34 +08:00
parent b45e967da4
commit cd4b332827
26 changed files with 32 additions and 242 deletions

View File

@@ -120,15 +120,10 @@
minStockLevel: undefined,
lastUpdated: undefined,
userId: undefined,
comments: undefined,
tenantId: undefined,
createTime: undefined,
updateTime: undefined,
clinicMedicineStockId: undefined,
clinicMedicineStockName: '',
status: 0,
comments: '',
sortNumber: 100
comments: ''
});
/* 更新visible */