dev
This commit is contained in:
parent
8ee0dd89d7
commit
6a7926ea79
|
|
@ -76,6 +76,7 @@ const close = () => {
|
||||||
emit('close')
|
emit('close')
|
||||||
}
|
}
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
if (!props.id) return
|
||||||
init()
|
init()
|
||||||
})
|
})
|
||||||
const changePage = (page: any) => {
|
const changePage = (page: any) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue