Merge pull request 'master' (#510) from master into prod

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

View File

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