参数项清单收集-导出提示语
This commit is contained in:
@@ -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
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user