bugfix
This commit is contained in:
parent
2a5865b940
commit
da5d8da243
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user