|
@@ -200,12 +200,6 @@ const refreshTable = () => {
|
|
}, 2500)
|
|
}, 2500)
|
|
}
|
|
}
|
|
|
|
|
|
-onMounted(() => {
|
|
|
|
- setTimeout(() => {
|
|
|
|
- refreshTable()
|
|
|
|
- }, 5000)
|
|
|
|
-})
|
|
|
|
-
|
|
|
|
const previewImagesRef = ref()
|
|
const previewImagesRef = ref()
|
|
const dialogVisible = ref(false)
|
|
const dialogVisible = ref(false)
|
|
const imageUrls = ref([])
|
|
const imageUrls = ref([])
|