Files
energy_storage/web
zhoumengru cec5cdc19a ```
refactor(EditCom, device, station): 优化逻辑处理和错误提示

- 在 `EditCom.vue` 中,修改了 `workModeIdSelect` 监听器的条件判断,确保只有在旧值存在且新旧值不同时才清空 `policy_id`。
- 判断调用 `getRoleIdList` 方法。
- 在多个异步方法(如 `userConfirm`, `roleConfirm`, `stationConfirm`, `deviceConfirm`)中统一了成功与失败的消息提示,并移除了原有的错误日志打印。
- 场站管理对状态和策略id进行修改。
- 对 `station.vue` 进行了格式调整,改进了 `forEach` 循环内的逻辑处理。
```
2025-09-18 16:58:35 +08:00
..
```
2025-09-18 16:02:43 +08:00
```
2025-09-18 16:58:35 +08:00
2025-08-29 12:06:02 +08:00
2025-08-29 12:06:02 +08:00
2025-09-11 16:14:55 +08:00
2025-09-11 16:14:55 +08:00
2025-08-29 12:06:02 +08:00
```
2025-09-18 16:02:43 +08:00

web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.