This commit is contained in:
bb_pan 2025-01-24 15:40:01 +08:00
parent 4c0eb24b0c
commit 10969ebe9a
1 changed files with 1 additions and 1 deletions

View File

@ -213,9 +213,9 @@ export default {
title: '上传成功',
icon: 'success'
})
this.imgModal = false
setTimeout(() => {
this.getList()
this.imgModal = false
this.isLoading = false
}, 1000)
})