mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08: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