This commit is contained in:
yumoqing 2026-04-22 10:35:06 +08:00
parent 02520995a6
commit 2a5865b940

View File

@ -406,7 +406,7 @@ var _add_event_data = function(params, event_data, rtdata, params_mapping){
_buildDataHandler = async function(obj, from_widget, target, options, desc){ _buildDataHandler = async function(obj, from_widget, target, options, desc){
var jc = new bricks.HttpJson(); var jc = new bricks.HttpJson();
var method = options.method or 'GET'; var method = options.method || 'GET';
if (options.params instanceof FormData) { if (options.params instanceof FormData) {
method = 'POST'; method = 'POST';
var data = await jc.httpcall(url, { var data = await jc.httpcall(url, {