ลบ log
This commit is contained in:
parent
4d0e40ea91
commit
e4188b7ed3
38 changed files with 108 additions and 167 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue