参数项清单收集-导出提示语
This commit is contained in:
@@ -809,7 +809,7 @@
|
|||||||
},
|
},
|
||||||
//导出
|
//导出
|
||||||
handleExport(){
|
handleExport(){
|
||||||
console.log(this.$route.query)
|
this.$message.success(this.$t('Intheexport'))
|
||||||
let long = localStorage.getItem('language')
|
let long = localStorage.getItem('language')
|
||||||
this.cut = ''
|
this.cut = ''
|
||||||
if (long && long === 'zh-cn') {
|
if (long && long === 'zh-cn') {
|
||||||
@@ -826,7 +826,7 @@
|
|||||||
}
|
}
|
||||||
console.log(query)
|
console.log(query)
|
||||||
getAction('/params/collectManifest/exportAll', query).then((res) => {
|
getAction('/params/collectManifest/exportAll', query).then((res) => {
|
||||||
this.$message.success(this.$t('Intheexport'))
|
|
||||||
this.textLoading = false
|
this.textLoading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user