Skip to content

add 链路分析

源文件:lemes-web/src/views/devicemate/maintain/standards/add.vue

页面组件总览

组件层级路径角色详情描述
indexindex主页面详情承接 add 页面主入口、列表查询和业务操作入口。
importFileBoxindex > importFileBox公共组件详情复用通用组件外壳,但当前页通过 :import-file-ajax 注入业务配置,承接业务处理。
toolConsumableindex > toolConsumable业务链路节点详情负责串联 importFile / index 等主链路节点,本身不直接提交核心请求。
importFileindex > toolConsumable > importFile公共组件详情复用通用组件外壳,但当前页通过 :import-file-ajax 注入业务配置,承接业务处理。
indexindex > toolConsumable > index共享业务组件详情作为共享组件复用在当前页面主链路中,负责业务处理。

信息整理

add 页面数据流图

  • Flow 布局:standardadd 页面摘要图

  • Summary 布局:standard

接口总览

methodpath功能详情
POST/dm-device/maintenance/standards/detail/save详情回显详情
POST/dm-device/maintenance/standards/queryList业务请求详情
POST/dm-device/maintenance/standards/upload/file业务请求详情