ออกคำสั่ง => คำสั่งเลื่อน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-09 17:14:40 +07:00
parent f86250b668
commit 0bdb67b0ff
3 changed files with 11 additions and 7 deletions

View file

@ -49,7 +49,7 @@ const statusOrder = ref<string>();
const orderName = ref<string>("");
const orderStatusName = ref<string>("");
const orderId = ref<string>(orderId_params.toString());
const orderId = ref<string>(orderId_params?.toString());
onMounted(async () => {
if (orderId.value) {
await fetchAttachment(orderId.value);