no message
This commit is contained in:
parent
1c82f13e0d
commit
e9ca58d249
2 changed files with 1 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ const dataMapToSend = computed(() => {
|
|||
}));
|
||||
});
|
||||
|
||||
const asd = ref<string>(""); //ตัวแปรเก็บคำสั่งที่เลือก
|
||||
const commandType = ref<string>(""); //ตัวแปรเก็บคำสั่งที่เลือก
|
||||
const commandOp = ref<ListCommand[]>([]);
|
||||
const listCommand = ref<ListCommand[]>([]); // เก็บคำสั่งทั้งหมด
|
||||
|
|
|
|||
|
|
@ -184,7 +184,6 @@ function openModalOrder() {
|
|||
r.organization
|
||||
);
|
||||
rows2.value = dataMap;
|
||||
console.log("🚀 ~ openModalOrder ~ rows2.value:", rows2.value)
|
||||
}
|
||||
|
||||
/** ดึงข้อมูลหน้าหลัก */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue