ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-10 15:03:24 +07:00
parent 45f77014da
commit 7aab234030
6 changed files with 15 additions and 11 deletions

View file

@ -147,7 +147,6 @@ const columns = ref<QTableProps["columns"]>([
style: "font-size: 14px",
},
]);
const columnsPostition = ref<QTableProps["columns"]>([
{
name: "no",
@ -222,7 +221,6 @@ const columnsPostition = ref<QTableProps["columns"]>([
style: "font-size: 14px",
},
]);
const visibleColumns = ref<string[]>([
"isPosition",
"no",
@ -505,7 +503,7 @@ function onSubmit() {
posmasterId: dataPosMaster.id,
typeCommand: type.value,
};
props.onSubmit?.(body);
await props.onSubmit?.(body);
close();
});
}