From f4f68476d46b1c7e274792bfc6b9321ad08956c3 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Tue, 26 Dec 2023 16:32:58 +0800
Subject: [PATCH] 留言导出按钮隐藏
---
src/views/evaluate/components/addCandidate.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/evaluate/components/addCandidate.vue b/src/views/evaluate/components/addCandidate.vue
index 2737bd5..45986e2 100644
--- a/src/views/evaluate/components/addCandidate.vue
+++ b/src/views/evaluate/components/addCandidate.vue
@@ -140,7 +140,7 @@
if (value) {
ElMessage.warning('当前候选人已存在,不可重复添加!!')
loading()
- return
+ return
}
addCandidate({
evaluateTaskId: id,
@@ -202,4 +202,5 @@
})
</script>
-<style lang="scss" scoped></style>
\ No newline at end of file
+<style lang="scss" scoped>
+</style>
\ No newline at end of file
--
Gitblit v1.9.3