From da5d8da24330281bb3778c49565adba45ef26e6c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Apr 2026 10:37:35 +0800 Subject: [PATCH] bugfix --- bricks/bricks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bricks/bricks.js b/bricks/bricks.js index 2bb303b..6a852ca 100644 --- a/bricks/bricks.js +++ b/bricks/bricks.js @@ -409,6 +409,7 @@ _buildDataHandler = async function(obj, from_widget, target, options, desc){ var method = options.method || 'GET'; if (options.params instanceof FormData) { method = 'POST'; + } var data = await jc.httpcall(url, { method: method, params: options.params