From f87aa65901406719a637cde1d96a8ca7c40d476a Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Thu, 9 Dec 2021 12:03:54 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E9=AA=8C?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=80=89=E6=8B=A9=E5=A5=BD=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=9A=84=E5=88=9B=E5=BB=BA=E4=BA=BA=E5=90=8E=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=88=96=E6=9F=A5=E7=9C=8B=EF=BC=8C=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=97=B6=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E4=B8=8A?= =?UTF-8?q?=E6=AC=A1=E9=80=89=E6=8B=A9=E7=9A=84=E5=88=9B=E5=BB=BA=E4=BA=BA?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/assessment/list/index.vue | 1 - src/pages/project/add/index.vue | 4 +++- src/pages/project/list/index.vue | 36 ++++++++++++++--------------- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/src/pages/assessment/list/index.vue b/src/pages/assessment/list/index.vue index 5e20733..269ca3a 100644 --- a/src/pages/assessment/list/index.vue +++ b/src/pages/assessment/list/index.vue @@ -236,7 +236,6 @@ export default { beginTimer() { this.ticker = setInterval(() => { if(this.sss == 0){ - clearInterval(this.ticker); this.ticker = null; }else{ diff --git a/src/pages/project/add/index.vue b/src/pages/project/add/index.vue index 54b1715..adba6bd 100644 --- a/src/pages/project/add/index.vue +++ b/src/pages/project/add/index.vue @@ -194,6 +194,7 @@ export default { return { projectId: this.$route.query.projectId, item: this.$route.query.item, + founder: this.$route.query.founder, systemList: [], token: util.local.get(Setting.tokenKey), isDetail: Boolean(this.$route.query.show), @@ -298,7 +299,8 @@ export default { this.$confirm("确定返回?未更新的信息将不会保存。", "提示", { type: "warning" }).then(() => { - this.$router.back(); + this.$router.push(`/project/list?founder=${this.founder}`); + // this.$router.back(); }).catch(() => { }); } diff --git a/src/pages/project/list/index.vue b/src/pages/project/list/index.vue index 5e351fa..cdccf24 100644 --- a/src/pages/project/list/index.vue +++ b/src/pages/project/list/index.vue @@ -86,8 +86,8 @@ -