fix: 打包类型验证

This commit is contained in:
TsMask
2023-10-10 09:54:37 +08:00
parent 5002ba3297
commit 1472991c83
3 changed files with 6 additions and 6 deletions

View File

@@ -726,7 +726,7 @@ onMounted(() => {
</a-button>
<template #overlay>
<a-menu
@click="({ key }) => fnFileModalVisible(key, record)"
@click="({ key }:any) => fnFileModalVisible(key, record)"
>
<a-menu-item key="send">
<SendOutlined />