CRM-客户:完善客户导入

This commit is contained in:
puhui999
2024-01-27 15:02:25 +08:00
parent 64cfcbf6e0
commit 26daa3a1ff
4 changed files with 150 additions and 1 deletions

View File

@ -61,6 +61,7 @@ const updateSupport = ref(0) // 是否更新已经存在的用户数据
/** 打开弹窗 */
const open = () => {
dialogVisible.value = true
fileList.value = []
resetForm()
}
defineExpose({ open }) // 提供 open 方法,用于打开弹窗