admin-vben/apps/web-antd/src
YunaiV 152964395d fix(iot): 修复场景联动动作类型切换 + 数据规则弹窗 4 处 bug
- B50 动作类型切换清理失效:updateActionType 先调 onActionTypeChange
  (此时 action.type 仍是旧值)再赋新值;onActionTypeChange 内恒真的
  type !== action.type 简化为 if (action.identifier)
- B16 新增弹窗不重置主表单:onOpenChange 关闭分支补 formApi.resetForm()
- B17 允许空数据源提交:source-config-form.validate() 补空数组校验
- B18 子表单校验 reject 未处理(弹窗关闭不掉):onConfirm 内 try/catch
  包子表单校验,失败 return 中止提交
2026-05-22 20:24:30 +08:00
..
adapter chore(iot): 数组回调缩写参数展开为完整业务命名 2026-05-21 18:46:59 +08:00
api feat(mes): 迁移 cal、dv、tm 的 api 2026-05-22 08:34:47 +08:00
assets/imgs feat: 自动回复迁移 2025-11-04 16:53:08 +08:00
components feat(全局):增加 number-range-input 组件 2026-05-17 23:35:31 +08:00
layouts Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2025-11-06 16:50:09 +08:00
locales feat(web): add antdv-next model 2026-02-08 23:00:19 +08:00
plugins/form-create feat(form-create): 【ele/antd】新增 iframe 和省市区选择器组件 2026-02-08 11:56:02 +08:00
router feat(iot):优化 ota 的代码风格(v3) 2026-05-19 14:29:14 +08:00
store fix: lint 2026-03-14 12:16:31 +08:00
utils feat(mes): 迁移工作站管理及设备、工具、人员关联 2026-05-21 11:10:21 +08:00
views fix(iot): 修复场景联动动作类型切换 + 数据规则弹窗 4 处 bug 2026-05-22 20:24:30 +08:00
app.vue feat: add naive app 2024-07-31 00:19:17 +08:00
bootstrap.ts feat:【antd】【ele】form-create 集成的 todo 处理 2025-10-25 09:56:01 +08:00
main.ts feat: enable project-scoped preferences extension tabs (#7803) 2026-04-13 15:11:57 +08:00
preferences.ts Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2026-04-13 16:45:32 +08:00