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

This commit is contained in:
zyx.net
2022-07-21 17:47:51 +08:00
parent 29bde59442
commit 9070368004
@@ -809,7 +809,7 @@
},
//导出
handleExport(){
console.log(this.$route.query)
this.$message.success(this.$t('Intheexport'))
let long = localStorage.getItem('language')
this.cut = ''
if (long && long === 'zh-cn') {
@@ -826,7 +826,7 @@
}
console.log(query)
getAction('/params/collectManifest/exportAll', query).then((res) => {
this.$message.success(this.$t('Intheexport'))
this.textLoading = false
})
},