NEZ-858 fix: 解决get请求数组传参问题

This commit is contained in:
chenjinsong
2021-08-05 12:42:18 +08:00
parent 3a720f4b8e
commit 8698ba73ef

View File

@@ -492,7 +492,7 @@ export default {
},
exportLog ({ limit, descending }) {
const params = {
logql: this.expressions.join(','),
logql: this.expressions,
start: this.$stringTimeParseToUnix(this.filterTime[0]),
end: this.$stringTimeParseToUnix(this.filterTime[1]),
direction: descending ? 'backward' : 'forward',