【优化】处理抽屉中 绘画中的图片不能展示加载状态

This commit is contained in:
cherishsince
2024-05-28 15:03:12 +08:00
parent bbf7956f6d
commit 11ec263a64
2 changed files with 15 additions and 7 deletions

View File

@ -112,7 +112,6 @@ watch(show, async (newValue, oldValue) => {
// watch id
const { id } = toRefs(props)
watch(id, async (newVal, oldVal) => {
console.log('newVal', newVal)
if (newVal) {
await getImageDetail(newVal)
}