From 90e8215dddc36944c2300a47e8f106791214fe7b Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 26 二月 2024 09:33:32 +0800 Subject: [PATCH] mrshi --- company/src/components/enterprise/importEmployees.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/company/src/components/enterprise/importEmployees.vue b/company/src/components/enterprise/importEmployees.vue index d51130c..c06e9a6 100644 --- a/company/src/components/enterprise/importEmployees.vue +++ b/company/src/components/enterprise/importEmployees.vue @@ -46,7 +46,7 @@ }, // 瀵煎嚭妯℃澘 exportTemplate () { - window.open(process.env.VUE_APP_USERTEMPLATE_URL) + window.open(process.env.VUE_APP_MEMBER_URL) }, clickRef () { this.$refs.fileExcel.click() @@ -74,7 +74,7 @@ confirm () { for (let i = 0; i < this.addList.length; i++) { for (let a = 0; a < this.list.length; a++) { - if (this.addList[i].name === this.list[a].memberName || this.addList[i].idCard === this.list[a].idcardNo) { + if (this.addList[i].idCard === this.list[a].idcardNo) { this.$message.warning(`[${this.addList[i].name}]鍛樺伐閲嶅`) return } -- Gitblit v1.9.3