NEZ-2659 fix: 补充导出的 type参数

This commit is contained in:
zhangyu
2023-03-09 09:37:39 +08:00
parent 221deef8a0
commit 9ca385b3db
3 changed files with 6 additions and 1 deletions

View File

@@ -83,6 +83,9 @@ const newcn = {
profile: {
username: '用户名'
},
license: {
downloadID: '下载c2v文件'
},
overall: {
system: '系统',
back: '返回',

View File

@@ -91,6 +91,9 @@ const newen = {
profile: {
username: 'User name'
},
license: {
downloadID: 'Download c2v file'
},
overall: {
system: 'System',
back: 'Back',

View File

@@ -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 => {