调解书上传下载
This commit is contained in:
@@ -245,4 +245,12 @@ export function getIdType() {
|
||||
url: '/system/dict/data/type/id_type',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
// 会议附件上传接口
|
||||
export function meetingUpload(data) {
|
||||
return request({
|
||||
url: '/video/upload',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user