任务中心接口修改
This commit is contained in:
parent
0699489b2d
commit
3be46138ae
|
|
@ -124,13 +124,10 @@
|
|||
* 获取任务列表
|
||||
*/
|
||||
getTaskdata() {
|
||||
let data = {
|
||||
page: this.page,
|
||||
limit: this.limit
|
||||
}
|
||||
this.$Request.getT('app/taskCenter/selectTaskCenter', data).then(res => {
|
||||
|
||||
this.$Request.getT('app/taskCenter/selectTaskCenter', {}).then(res => {
|
||||
if (res.code == 0 ) {
|
||||
this.cellList = res.data.records
|
||||
this.cellList = res.data
|
||||
}
|
||||
uni.stopPullDownRefresh();
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue