From b5d13c21bf367bcdda9b9147f0889aeb59034823 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 22 Aug 2023 09:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/task/taskItem.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/task/taskItem.vue b/components/task/taskItem.vue index 1ef8cce..8c7c754 100644 --- a/components/task/taskItem.vue +++ b/components/task/taskItem.vue @@ -129,8 +129,7 @@ // this.navTo('/subpkg/fileTask/fileTask?id=' + JSON.stringify(this.$props.datas?.extend?.informationg?.arr)) if(this.$store.state.app.userInfo.admin_id)this.navTo(`/subpkg/captain/captain?task_id=${this.$props.datas?.id}`); else this.navTo(`/subpkg/archives/archives?task_id=${this.$props.datas?.id}`); - } else this.navTo(''); - if (this.$props.datas.type == 32) { + } else if (this.$props.datas.type == 32) { // this.navTo('/subpkg/fileTask/fileTask?id=' + JSON.stringify(this.$props.datas?.extend?.informationg?.arr)) this.navTo(`/subpkg/vehicle/vehicle?task_id=${this.$props.datas?.id}`) } else this.navTo('');