bugfix
This commit is contained in:
parent
4a5eeb1553
commit
4cde834aa0
@ -77,6 +77,7 @@ bricks.FormBody = class extends bricks.VBox {
|
||||
var jcall = bricks.jcall;
|
||||
var rzt = await jcall(this.submit_url,
|
||||
{
|
||||
method:this.method || 'POST',
|
||||
params:data
|
||||
});
|
||||
this.dispatch('submited', rzt);
|
||||
|
Loading…
Reference in New Issue
Block a user