From 65546059fcc95ae201102969430aa9cbf0ff8c74 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 3 Dec 2021 17:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E9=80=80=E5=87=BA=E8=B7=B3?= =?UTF-8?q?=E5=9B=9E=E5=AF=B9=E5=BA=94=E7=9A=84=E8=81=8C=E7=AB=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/case/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 6554a06..76d2879 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -264,7 +264,7 @@ export default { this.projectPermissions = this.projectId ? 1 : 0 this.assessmentId && this.projectId && this.checkVer() this.codeId && this.codeIds.push(this.codeId) - if (projectId !=null){ + if (projectId !=null && projectId != '' && projectId !='null'){ let params = { "projectId":projectId, }