From 5ee3c6cca481fa74742fba4640aeea288dde74bd Mon Sep 17 00:00:00 2001 From: xuyuanqing <392009588@qq.com> Date: Mon, 20 Nov 2023 16:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/homesteadSurvey/index.vue b/src/views/homesteadSurvey/index.vue index 96e5f611..ee1c9e25 100644 --- a/src/views/homesteadSurvey/index.vue +++ b/src/views/homesteadSurvey/index.vue @@ -412,7 +412,7 @@ this.$cookies.set("item",JSON.stringify(item)); }*/ let userId = this.$store.state.user.userId; - let businessLevel = this.$store.getters.businessLevel; + // let businessLevel = this.$store.getters.businessLevel; let status = false; if(item.rwzxrIds != null && item.rwzxrIds !== ""){ let ids = item.rwzxrIds.split(","); @@ -422,7 +422,7 @@ } }); } - if(businessLevel === "1" && status){ + if(status){ localStorage.setItem("surveyItem",JSON.stringify(item)); this.qiehuan(item.deptId); }else{