no message

This commit is contained in:
setthawutttty 2025-02-25 14:13:31 +07:00
parent 1c82f13e0d
commit e9ca58d249
2 changed files with 1 additions and 1 deletions

View file

@ -38,6 +38,7 @@ const dataMapToSend = computed(() => {
}));
});
const asd = ref<string>(""); //
const commandType = ref<string>(""); //
const commandOp = ref<ListCommand[]>([]);
const listCommand = ref<ListCommand[]>([]); //

View file

@ -184,7 +184,6 @@ function openModalOrder() {
r.organization
);
rows2.value = dataMap;
console.log("🚀 ~ openModalOrder ~ rows2.value:", rows2.value)
}
/** ดึงข้อมูลหน้าหลัก */