fix ทดลองงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-26 17:15:07 +07:00
parent 546003492d
commit 008c47084e
4 changed files with 26 additions and 25 deletions

View file

@ -275,7 +275,6 @@ async function fetchCommandType() {
(v: ListCommand) => v.code == props.commandTypeCode
);
commandType.value = commandOp.value[0].id;
console.log("🚀 ~ fetchCommandType ~ commandType.value:", commandType.value);
}
/**