本帖最后由 Lxw100514 于 2024-8-28 17:32 编辑
var table = new this.Table("table1"); SELECT o.id,o.name, o.gsrq FROM testTable o where o.zd="付款"
把上面查到的ID 通过getRow查询 结果data是状态结果 并不是自建表字段的内容,这是怎么回事啊?
table.getRow( "e1f89185-d8b0-4b66-9e34-aed3323d0d79", function(data){ data的结果是这个 { type:'success' , message:'' , date:'2024-08-28 17:11:33' , spent:12 , size:-1 , … } }, function(xhr){ //xhr 为 xmlHttpRequest});
|