Skip to content

Commit cb75527

Browse files
committed
fix: defineOptions name
1 parent 288a134 commit cb75527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/crm/customer/CustomerImportForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import type { UploadUserFile } from 'element-plus'
5656
import * as UserApi from '@/api/system/user'
5757
import { useUserStore } from '@/store/modules/user'
5858
59-
defineOptions({ name: 'SystemUserImportForm' })
59+
defineOptions({ name: 'CrmCustomerImportForm' })
6060
6161
const message = useMessage() // 消息弹窗
6262

0 commit comments

Comments
 (0)