fix : 修复归档-附件搜索传参问题
This commit is contained in:
@@ -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 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user