fix confirm send command
This commit is contained in:
parent
0ff2b91d24
commit
15af723c46
2 changed files with 13 additions and 13 deletions
|
|
@ -194,10 +194,10 @@ function Reset() {
|
|||
* ยืนยันการส่งไปออกคำสั่ง
|
||||
*/
|
||||
function clickAddlist() {
|
||||
dialogConfirm($q, async () => {
|
||||
modalCommand.value = true;
|
||||
props.clickClose?.();
|
||||
});
|
||||
// dialogConfirm($q, async () => {
|
||||
props.clickClose?.();
|
||||
modalCommand.value = true;
|
||||
// });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue