|
发表于 2024-10-25 11:50:00
|
显示全部楼层
已经解决了
this.statement.execute({
"name": "默认初始里程", //语句id、语句名称或语句别名
"mode" : "all",
"parameter" : {
"elselect_2" : this.data.elselect_2, //传入车辆参数
}
}, function(json){
this.data.elinput_3 = json.data[0].elinput_4;//返回的里程赋值到表单
//......
}.bind(this));
|
|