for post for grid download
authorAlan Knowles <alan@roojs.com>
Thu, 15 Aug 2019 04:22:17 +0000 (12:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 Aug 2019 04:22:17 +0000 (12:22 +0800)
Pman.Download.js

index 9dba6b4..124dcf1 100644 (file)
@@ -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;
         }