新增批量导出导入功能
优化画图软件
This commit is contained in:
@@ -24,6 +24,23 @@ export function addElement(params: any) {
|
||||
data: params
|
||||
})
|
||||
}
|
||||
// 批量导入
|
||||
export function addByZip(params: any) {
|
||||
return http.request({
|
||||
url: '/cs-system-boot/csElement/addByZip',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
}
|
||||
// 下载
|
||||
export function downloadByZip(params: any) {
|
||||
return http.request({
|
||||
url: '/cs-system-boot/csElement/downloadByZip',
|
||||
method: 'post',
|
||||
params,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
// 删除图元
|
||||
export function deleteElement(params: any) {
|
||||
|
||||
Reference in New Issue
Block a user