修改错乱代码

This commit is contained in:
zhangsir
2024-02-23 10:30:41 +08:00
parent ad50ad1a14
commit 1fcd2a8a64
5 changed files with 125 additions and 37 deletions

View File

@@ -85,7 +85,7 @@ watch(props, () => {
isExistName.value = true;
}
modelV.value.value = props.value;
});
},{immediate: true});
watch(() => modelV.value.value, () => {
emit("update:validated", 1);