mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化
This commit is contained in:
parent
5a000030c5
commit
dc8b9e5f60
@ -524,7 +524,9 @@ function update() {
|
|||||||
emit("update:modelValue", getUrls(list.value));
|
emit("update:modelValue", getUrls(list.value));
|
||||||
|
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
|
if (props.prop) {
|
||||||
Form.value?.validateField(props.prop);
|
Form.value?.validateField(props.prop);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user