แก้ ปิด เมนู

This commit is contained in:
setthawutttty 2024-11-01 14:37:27 +07:00
parent 527184f60a
commit daa78078a2

View file

@ -79,7 +79,7 @@ async function fetchDataCommandList() {
.then(async (res) => {
const data = await res.data.result;
formCommandList = data;
statusCheck.value = data.commandSysId == 'PROBATION'? true:false;
statusCheck.value = data.commandCode == 'C-PM-10'? true:false;
store.dataCommand = data;
isChangeData.value = false; //
})
@ -132,7 +132,7 @@ onMounted(async () => {
>
<q-tab
v-for="(tab, index) in tabsManu"
:key="tab.id"
:key="index"
:name="tab.name"
:label="tab.label"
:disable="statusCheck && tab.name == 'ListPersons'"