fix: debug
This commit is contained in:
@@ -28,6 +28,8 @@ const getToolCates = async () => {
|
|||||||
const search = async () => {
|
const search = async () => {
|
||||||
try {
|
try {
|
||||||
await toolsStore.getTools(searchParam)
|
await toolsStore.getTools(searchParam)
|
||||||
|
//关闭抽屉
|
||||||
|
isNavDrawer.value = false
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user