From d9bc4603af9bdf5558188945208aa5837335fec8 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 11 Jul 2024 13:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/TaskList.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/study/TaskList.vue b/src/views/study/TaskList.vue index 70d11a8e..3518bd1a 100644 --- a/src/views/study/TaskList.vue +++ b/src/views/study/TaskList.vue @@ -220,7 +220,7 @@ export default { this.loading=false; }) }else{ - apiManage.userTaskList(params).then(res=>{ + apiManage.leadership(params).then(res=>{ if(res.code==200){ this.total =parseInt(res.data.total); this.couresList = res.data.records; @@ -231,6 +231,17 @@ export default { }).catch(()=>{ this.loading=false; }) + // apiManage.userTaskList(params).then(res=>{ + // if(res.code==200){ + // this.total =parseInt(res.data.total); + // this.couresList = res.data.records; + // }else{ + // this.$message.error('查询数据失败:'+res.msg); + // } + // this.loading=false; + // }).catch(()=>{ + // this.loading=false; + // }) } }, search(){