ลบ log

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-26 14:09:09 +07:00
parent 4d0e40ea91
commit e4188b7ed3
38 changed files with 108 additions and 167 deletions

View file

@ -127,7 +127,7 @@ watch(byOrder, async () => {
CommandOption.value = res.data.result;
})
.catch((e) => {
console.log(e);
messageError($q, e);
});
});
//
@ -245,7 +245,7 @@ const fecthCommand = async () => {
byOrderOption.value = res.data.result;
})
.catch((e) => {
console.log(e);
messageError($q, e);
});
};
const selectCMP = (selectOrder: OrederResult) => {