unreadAll : function(){ var _this=this; var json={received: 0};//json形式的 $request({ url :xxx.php, data:{ limit : 4, offset : 0, sort : 'createTime', order : 'desc', extensionMap : JSON.stringify(json) }, loading : { show : true, area : this.$el }, success:function(result){ console.log(result); } }) },字段是这样的。我需要将值为received: 0的数据选择出来。这样写的话,全部的数据都出来了。。。为什么怎么解决呢
添加回答
举报
0/150
提交
取消