ปรับหน้าส่งไปออกคำสั่ง ของวินัย
This commit is contained in:
parent
c66e1624d8
commit
27f685b15a
3 changed files with 3 additions and 42 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue