From ba1c6854037284503ab83f1864b31ce93e7ef1ee Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Aug 2019 12:22:17 +0800 Subject: [PATCH] for post for grid download --- Pman.Download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index 9dba6b41..124dcf1a 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -338,7 +338,7 @@ Roo.apply(Pman.Download.prototype, { // do it as a post, as args can get long.. - this.method = this.method || 'POST'; + this.method = 'POST'; if (this.method == 'POST') { this.params._get = 1; } -- 2.39.2