From 93f454e7d8b3b52132edccb043f423a9c599da07 Mon Sep 17 00:00:00 2001
From: dj <1042039504@qq.com>
Date: Sat, 7 Dec 2024 21:35:47 +0800
Subject: [PATCH] =?UTF-8?q?feat(address-book):=20=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E9=80=9A=E8=AE=AF=E5=BD=95=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
auto-imports.d.ts | 1 +
src/components/ImportExcel.vue | 2 +-
.../address-book-management/index.vue | 4 +---
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/auto-imports.d.ts b/auto-imports.d.ts
index fd24bdc..2a75f2e 100644
--- a/auto-imports.d.ts
+++ b/auto-imports.d.ts
@@ -6,6 +6,7 @@ export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const ElMessage: typeof import('element-plus/es')['ElMessage']
+ const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
diff --git a/src/components/ImportExcel.vue b/src/components/ImportExcel.vue
index 0c80ad8..a7cbc5a 100644
--- a/src/components/ImportExcel.vue
+++ b/src/components/ImportExcel.vue
@@ -10,7 +10,7 @@
:before-upload="beforeUpload"
:on-remove="handleRemove"
>
- 导入
+ 导入
diff --git a/src/views/phone-traffic-management/address-book-management/index.vue b/src/views/phone-traffic-management/address-book-management/index.vue
index 41b4992..a0b905e 100644
--- a/src/views/phone-traffic-management/address-book-management/index.vue
+++ b/src/views/phone-traffic-management/address-book-management/index.vue
@@ -298,6 +298,7 @@ const searchAddressBook = (val) => {
addressBookTableConfig.params = obj
tableIns.value.refresh()
}
+//通讯录导入
const importAddress = () => {
tableIns.value.refresh()
}
@@ -317,10 +318,7 @@ const headBtnClick = (key) => {
break;
}
}
-//通讯录导入
-const handleImport = () => {
-}
//通讯录导出
const handleExport = () => {
exportContact().then(res => {