แก้ error ออกคำสั่งวินัย
This commit is contained in:
parent
c513e5c0e9
commit
5b65b16f38
1 changed files with 3 additions and 1 deletions
|
|
@ -82,7 +82,9 @@ const attachmentStatus = computed(() => {
|
|||
|
||||
// เช็คว่าต้องไป gen report ที่ server เพิ่มไหม code ที่เพิ่มคือคำสั่งใหม่ที่ต้องไป gen report อีกรอบ
|
||||
const genReportStatus = computed(() => {
|
||||
return code.value == "c-pm-25" ||
|
||||
return code.value == "c-pm-19" ||
|
||||
code.value == "c-pm-20" ||
|
||||
code.value == "c-pm-25" ||
|
||||
code.value == "c-pm-26" ||
|
||||
code.value == "c-pm-27" ||
|
||||
code.value == "c-pm-28" ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue