动态设置排序规则
var productData=this.comp("productData");productData.clear();productData.clearOrderBy();productData.setOrderBy('w_time',1);//1代表升序,0代表降序productData.refreshData();
在保存数据时未提示错误,数据库没有新增记录
控制台错误提示:
Notice: Undefined index: tables in F:\WeX5_V3.5\model\Baas.php\CRUD.class.php on line 214Warning: Invalid argument supplied for foreach() in F:\WeX5_V3.5\model\Baas.php\CRUD.class.php on line 217解决思路:
数据库存在冲突字段,需要重新命名(例:before:desc->after:description)
ERR\_CONNECTION\_REFUSED
设置baas.php后由于端口改变,需要重启所需的服务