@@ -99,8 +99,7 @@ Page({
* @author : 周兴
*/
getData(params) {
- console.log('fff', params,this.data.service);
- return this.excute(app.globalData['userService'],app.globalData['userService'].selectByCond,params);
+ return this.excute(this.data.service,this.data.service.selectByCond,params);
},
/**