refactor: change request type to POST
This commit is contained in:
parent
87b1638f72
commit
79f7c97bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
|
||||
this.last_ajax = frappe.call({
|
||||
method: "frappe.desk.query_report.run",
|
||||
type: "GET",
|
||||
type: "POST",
|
||||
args: {
|
||||
report_name: this.report_name,
|
||||
filters: filters,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue