แก้ ปิด เมนู
This commit is contained in:
parent
527184f60a
commit
daa78078a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue