fix: list integration
This commit is contained in:
No files matched your search
@@ -33,7 +33,7 @@ export function createCrudHandler<T = any>(crud: {
|
||||
if (refresh) refresh()
|
||||
},
|
||||
onFinally: (isSuccess: boolean) => {
|
||||
if (isSuccess) setTimeout(reset, 500)
|
||||
setTimeout(reset, 300)
|
||||
isProcessing.value = false
|
||||
},
|
||||
})
|
||||
@@ -58,7 +58,7 @@ export function createCrudHandler<T = any>(crud: {
|
||||
if (refresh) refresh()
|
||||
},
|
||||
onFinally: (isSuccess: boolean) => {
|
||||
if (isSuccess) setTimeout(reset, 500)
|
||||
setTimeout(reset, 300)
|
||||
isProcessing.value = false
|
||||
},
|
||||
})
|
||||
@@ -77,6 +77,7 @@ export function createCrudHandler<T = any>(crud: {
|
||||
if (refresh) refresh()
|
||||
},
|
||||
onFinally: () => {
|
||||
setTimeout(refresh, 300)
|
||||
isProcessing.value = false
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user