From a5ef7f65e6788cb862ff8f7545ff21875271a12e Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Mon, 12 Aug 2024 13:17:54 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=20=E5=BE=85=E5=8A=9E=E4=B8=8D=E5=88=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yinnong/doneCompleted/completedNew.vue | 6 +++--- src/views/yinnong/doneCompleted/doneNew.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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