NEZ-2659 fix: 补充导出的 type参数
This commit is contained in:
@@ -650,7 +650,6 @@ export default {
|
||||
params.type = this.paramsType
|
||||
}
|
||||
if (this.assetOrEndpoint) {
|
||||
delete params.type
|
||||
delete params.from
|
||||
}
|
||||
axios.get(url, { responseType: 'blob', params: params }).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user