remove popup confirm send dialog create command
This commit is contained in:
parent
5fb8c24263
commit
ed25bc39c0
16 changed files with 136 additions and 143 deletions
|
|
@ -267,11 +267,11 @@ function Reset() {
|
|||
}
|
||||
|
||||
/** ยืนยันส่งไปออกคำสั่ง*/
|
||||
function sendToCommand() {
|
||||
dialogConfirm($q, async () => {
|
||||
modalCommand.value = true;
|
||||
await props.clickClose?.();
|
||||
});
|
||||
async function sendToCommand() {
|
||||
// dialogConfirm($q, async () => {
|
||||
props.clickClose?.();
|
||||
modalCommand.value = true;
|
||||
// });
|
||||
}
|
||||
|
||||
/** ฟังก์ชันเลือกประเภทคำสั่ง */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue