This commit is contained in:
罗松柏 2021-09-30 14:58:16 +08:00
parent 3a1682c87d
commit 3ed70cee09
2 changed files with 2 additions and 2 deletions

2
web/src/x.min.js vendored
View File

@ -4646,7 +4646,7 @@ var X = window.X || {
model:cat,
name:name,
report_id:id,
query:val[0]['query'],
query:q[0]['query'],
modelswitch:q[0].show_config.modelswitch,
ascending:q[0].show_config.ascending
}

View File

@ -498,7 +498,7 @@
model:cat,
name:name,
report_id:id,
query:val[0]['query'],
query:q[0]['query'],
modelswitch:q[0].show_config.modelswitch,
ascending:q[0].show_config.ascending
}