Merge pull request 'fix : 修复归档-附件搜索传参问题' (#509) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/509
This commit is contained in:
2024-07-06 20:13:29 +00:00

View File

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