项目中心,编辑回显3

This commit is contained in:
gengxin
2025-03-05 11:25:51 +08:00
parent ade0e599ce
commit 0eb093fec0

View File

@@ -52,8 +52,9 @@ const props = defineProps({
const emit = defineEmits(["update:value",'update:validated']); const emit = defineEmits(["update:value",'update:validated']);
console.log("modelV props.value",props.value) console.log("modelV props.value",props.value)
console.log("modelV props.value",props.onceName)
const modelV = ref({ const modelV = ref({
value: props.value value: props.onceName
}); });
const isExistName = ref(true); const isExistName = ref(true);