From 2113a27e02b066ced4527024e01a2199d03b9c7e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 17:53:00 +0800 Subject: [PATCH] bugfix --- bricks/bricks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/bricks.js b/bricks/bricks.js index b4bf427..5de2cec 100644 --- a/bricks/bricks.js +++ b/bricks/bricks.js @@ -410,7 +410,7 @@ _buildDataHandler = async function(from_widget, target, options, desc){ if (options.params instanceof FormData) { method = 'POST'; } - var data = await jc.httpcall(url, { + var data = await jc.httpcall(options.url, { method: method, params: options.params });