Browse Source

代码提交

hy 7 years ago
parent
commit
a0d559346b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/core/query/QueryGridPanel.js

+ 1 - 1
frontend/saas-web/app/view/core/query/QueryGridPanel.js

@@ -321,7 +321,7 @@ Ext.define('saas.view.core.query.QueryGridPanel', {
         saas.util.BaseUtil.request({
             url: url,
             params: '',
-            method: 'POST',
+            method: 'GET',
         })
         .then(function(localJson) {
             if(localJson.success){