|
@@ -509,7 +509,7 @@ const resetData = () => {
|
|
}
|
|
}
|
|
|
|
|
|
const close = (done = {} as any) => {
|
|
const close = (done = {} as any) => {
|
|
- $emit('update:visible', false)
|
|
|
|
|
|
+ $emit('update:visible', 0)
|
|
if (typeof done === 'function') done()
|
|
if (typeof done === 'function') done()
|
|
}
|
|
}
|
|
|
|
|