diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/cardItem.vue b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/cardItem.vue index 1fe5f293..fc2f3332 100644 --- a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/cardItem.vue +++ b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/cardItem.vue @@ -68,7 +68,7 @@ }; const editscgl = () => { console.log(data.value,'子'); - + emits('editscglChange', data); }; const updateApply = () => { @@ -130,7 +130,7 @@ () => props.data, (newVal) => { console.log(newVal,'newVal'); - + data.value = newVal; } );