mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-13 14:00:35 +00:00
【优化】处理抽屉中 绘画中的图片不能展示加载状态
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user