mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
项目中心,编辑回显3
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user