比赛一个人只可以绑定一个比赛

gst4base
王家东 1 day ago
parent 1cf307486a
commit e192da293b
  1. 4
      jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/cardItem.vue

@ -68,7 +68,7 @@
}; };
const editscgl = () => { const editscgl = () => {
console.log(data.value,'子'); console.log(data.value,'子');
emits('editscglChange', data); emits('editscglChange', data);
}; };
const updateApply = () => { const updateApply = () => {
@ -130,7 +130,7 @@
() => props.data, () => props.data,
(newVal) => { (newVal) => {
console.log(newVal,'newVal'); console.log(newVal,'newVal');
data.value = newVal; data.value = newVal;
} }
); );

Loading…
Cancel
Save