This commit is contained in:
yumoqing 2026-05-06 17:50:10 +08:00
parent 10a5bdba22
commit 621aa5c347

View File

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