ปรับหน้าส่งไปออกคำสั่ง ของวินัย

This commit is contained in:
Warunee Tamkoo 2023-11-28 17:03:20 +07:00
parent c66e1624d8
commit 27f685b15a
3 changed files with 3 additions and 42 deletions

View file

@ -192,7 +192,7 @@ const fecthTypeOption = async () => {
.then((res) => {
optionsType.value = res.data.result.filter(
(e: OpType) =>
e.commandCode === "C-PM-25" || e.commandCode === "C-PM-26"
e.commandCode === "C-PM-26" || e.commandCode === "C-PM-27" || e.commandCode === "C-PM-28"
);
})
.catch((e) => {