Merge branch 'dev-3.8' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.9
This commit is contained in:
@@ -1014,6 +1014,7 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
searchLabel.body = encodeURIComponent(JSON.stringify(this.searchLabel.body))
|
||||
this.$set(searchLabel, 'language', localStorage.getItem('nz-language') ? localStorage.getItem('nz-language') : 'en')
|
||||
this.exportExcel('alert/message/export', { ...searchLabel, state: this.state })
|
||||
this.closeDialog()
|
||||
@@ -1036,6 +1037,7 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
temp.body = encodeURIComponent(JSON.stringify(this.searchLabel.body))
|
||||
this.$set(temp, 'language', localStorage.getItem('nz-language') ? localStorage.getItem('nz-language') : 'en')
|
||||
this.exportExcel('alert/message/export', { ...temp, state: this.state })
|
||||
this.closeDialog()
|
||||
@@ -1179,6 +1181,7 @@ export default {
|
||||
params.language = localStorage.getItem('nz-language') || 'en'
|
||||
params.format = this.importBox.format
|
||||
params.ids = this.batchDeleteObjs.map(item => item.id).join(',')
|
||||
params.body = encodeURIComponent(JSON.stringify(this.searchLabel.body))
|
||||
this.exportExcel(this.exportUrl, params, this.exportFileName + '-' + this.getTimeString() + '.xlsx')
|
||||
this.closeDialog()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user