参数项清单收集-导出提示语

This commit is contained in:
zyx.net
2022-07-21 17:47:51 +08:00
parent 29bde59442
commit 9070368004
@@ -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
}) })
}, },