Skip to content

edit 链路分析

源文件:lemes-web/src/views/devicemate/information/deviceType/edit.vue

页面组件总览

组件层级路径角色详情描述
indexindex主页面详情承接 edit 页面主入口、列表查询和业务操作入口。
sparePartsindex > spareParts业务链路节点详情负责串联 importFile 等主链路节点,本身不直接提交核心请求。
importFileindex > spareParts > importFile公共组件详情复用通用组件外壳,但当前页通过 :import-file-ajax 注入业务配置,承接业务处理。
specindex > spec业务链路节点详情负责串联 importFile 等主链路节点,本身不直接提交核心请求。
importFileindex > spec > importFile公共组件详情复用通用组件外壳,但当前页通过 :import-file-ajax 注入业务配置,承接业务处理。
safetyindex > safety子组件详情承接当前页面重点业务子流程。

信息整理

edit 页面数据流图

  • Flow 布局:standardedit 页面摘要图

  • Summary 布局:standard

接口总览

methodpath功能详情
POST/dm-device/deviceType/update更新提交详情
GET/dm-device/deviceType/{id}业务请求详情
GET/dm-device/deviceType/queryStoreMainList业务请求详情