This commit is contained in:
yumoqing 2026-03-05 16:40:59 +08:00
parent 2ee67d0a91
commit 36ef962b2d

View File

@ -363,7 +363,7 @@ bricks.AgentIO = class extends bricks.VBox {
}
user_inputed(e){
this.show_input(e.params);
var agent = new bricks.AgentModel({
var agent = new bricks.AgentModel(this, {
url:this.opts.url,
params: this.opts.params,
method: this.opts.method || 'POST',