fix : 修复归档-附件搜索传参问题

This commit is contained in:
2024-07-07 04:12:06 +08:00
parent 09d95babd0
commit 2c8de29fcd

View File

@@ -126,7 +126,7 @@ const handleSearch = () => {
}
const handleReset=()=>{
attachment.fileName=''
attachment.tag=''
attachment.tag=null
emit('search', {})
}
const handleUpload = () => {