fix : 附件上传修复
This commit is contained in:
@@ -429,6 +429,7 @@ watchEffect(() => {
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
watch(() => props.loading, (newVal) => {
|
||||
props.loading = newVal
|
||||
}, {deep: true})
|
||||
|
||||
Reference in New Issue
Block a user