NEZ-2659 fix: 补充导出的 type参数
This commit is contained in:
@@ -83,6 +83,9 @@ const newcn = {
|
|||||||
profile: {
|
profile: {
|
||||||
username: '用户名'
|
username: '用户名'
|
||||||
},
|
},
|
||||||
|
license: {
|
||||||
|
downloadID: '下载c2v文件'
|
||||||
|
},
|
||||||
overall: {
|
overall: {
|
||||||
system: '系统',
|
system: '系统',
|
||||||
back: '返回',
|
back: '返回',
|
||||||
|
|||||||
@@ -91,6 +91,9 @@ const newen = {
|
|||||||
profile: {
|
profile: {
|
||||||
username: 'User name'
|
username: 'User name'
|
||||||
},
|
},
|
||||||
|
license: {
|
||||||
|
downloadID: 'Download c2v file'
|
||||||
|
},
|
||||||
overall: {
|
overall: {
|
||||||
system: 'System',
|
system: 'System',
|
||||||
back: 'Back',
|
back: 'Back',
|
||||||
|
|||||||
@@ -650,7 +650,6 @@ export default {
|
|||||||
params.type = this.paramsType
|
params.type = this.paramsType
|
||||||
}
|
}
|
||||||
if (this.assetOrEndpoint) {
|
if (this.assetOrEndpoint) {
|
||||||
delete params.type
|
|
||||||
delete params.from
|
delete params.from
|
||||||
}
|
}
|
||||||
axios.get(url, { responseType: 'blob', params: params }).then(res => {
|
axios.get(url, { responseType: 'blob', params: params }).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user