@@ -228,11 +228,10 @@ const config = computed(() => {
},
el: "button",
click() {
- openAllocation.value = true;
formAllocation.data = {
id: row.id,
- userId: row.userId,
};
+ openAllocation.value = true;
{