This commit is contained in:
Viet An
2026-05-25 15:23:12 +07:00
parent 5f2a98977b
commit 6685a43360
48 changed files with 732 additions and 2901 deletions

View File

@@ -15,7 +15,10 @@ const props = defineProps({
row: Object,
});
async function open() {
let record = await $getdata("collaborator", { code: props.row.collaborator__code }, undefined, true);
const record = await $getdata("collaborator", {
first: true,
filter: { code: props.row.collaborator__code },
});
emit("clickevent", {
name: "dataevent",
data: {