Appearance
附件管理
涉及表
附件管理通用接口
接口地址 /api/file/common
前端调用方式
ts
const params = {
tableName: 'bizTable',
tableId: 'biz-test1',
typeCode: 'biz-type_01',
host: '/api/file/common',
columns
}
html
<el-upload-single
:table-name="tableName"
:typeCode="typeCode"
:tableId="tableId"
:host="host"
/>
业务附件接口
需要根据各自业务逻辑编写
参考代码
材料清单
示例代码
接口地址 ``