From e192da293b6c3c0003f6522617624bd51d5fc18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Tue, 26 Nov 2024 09:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E8=B5=9B=E4=B8=80=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E5=8F=AA=E5=8F=AF=E4=BB=A5=E7=BB=91=E5=AE=9A=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=AF=94=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/annualCompPoint/committee/components/cardItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } );