diff --git a/src/views/yinnong/doneCompleted/completedNew.vue b/src/views/yinnong/doneCompleted/completedNew.vue index 9f547b1f..46b39153 100644 --- a/src/views/yinnong/doneCompleted/completedNew.vue +++ b/src/views/yinnong/doneCompleted/completedNew.vue @@ -117,12 +117,12 @@ } }, getList() { - this.$set(this.queryParams, "systemType", '4'); + //this.$set(this.queryParams, "systemType", '4'); this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); let _this = this; if(this.loading){ A_myTodoList(this.queryParams).then((response) => { - console.info(_this.taskList.length) + //console.info(_this.taskList.length) response.rows.forEach(res => { // if(res.tableName?res.tableName.indexOf('t_homeapply')>0:""){ // res.tableName = '来自农村宅基地管理系统' @@ -154,7 +154,7 @@ }, goDetail(item){ let type = item.tableName; - console.info(type) + //console.info(type) switch (type) { case 't_homeuse_zyyctc': this.$router.push({name:'sunVillageInfoPaidExitDetailNew',query: {id:item.data.id,taskId:item.id,auditbatchNo:item.auditbatchNo,type:"todo",electronicSignature:this.electronicSignature,nickName:this.nickName}}) diff --git a/src/views/yinnong/doneCompleted/doneNew.vue b/src/views/yinnong/doneCompleted/doneNew.vue index dba0a135..4f078063 100644 --- a/src/views/yinnong/doneCompleted/doneNew.vue +++ b/src/views/yinnong/doneCompleted/doneNew.vue @@ -82,7 +82,7 @@ done.vue