fix confirm send command

This commit is contained in:
Warunee Tamkoo 2025-07-18 18:01:52 +07:00
parent 0ff2b91d24
commit 15af723c46
2 changed files with 13 additions and 13 deletions

View file

@ -194,10 +194,10 @@ function Reset() {
* นยนการสงไปออกคำส
*/
function clickAddlist() {
dialogConfirm($q, async () => {
modalCommand.value = true;
props.clickClose?.();
});
// dialogConfirm($q, async () => {
props.clickClose?.();
modalCommand.value = true;
// });
}
/**