From 8cfec1d4253a04258644eb8370d9c4e65fe30736 Mon Sep 17 00:00:00 2001 From: JayChou Date: Thu, 20 Feb 2025 09:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E7=8A=B6=E6=80=81=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/userInfo/components/reacList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/userInfo/components/reacList.vue b/src/views/userInfo/components/reacList.vue index 8eb4a92..42bf517 100644 --- a/src/views/userInfo/components/reacList.vue +++ b/src/views/userInfo/components/reacList.vue @@ -41,12 +41,12 @@ @@ -172,7 +172,7 @@ const raceName = ref('') const dialogVisible = ref(false) const annualCompid = ref('') const uploadZp = (id: any, staus: any) => { - if (staus == 1) return ElMessage.warning('审核后方可上传作品') + if (staus != 2) return ElMessage.warning('审核后方可上传作品') console.log(id) annualCompid.value = id dialogVisible.value = true