From b6d2a806e6572ffc4c226c91f0a60b31a7b1fbc0 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 05 三月 2024 14:02:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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