bugfix
This commit is contained in:
parent
10a5bdba22
commit
621aa5c347
@ -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 jc = new bricks.HttpJson();
|
||||||
var method = options.method || 'GET';
|
var method = options.method || 'GET';
|
||||||
if (options.params instanceof FormData) {
|
if (options.params instanceof FormData) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user