ui ออกคำสั่ง
This commit is contained in:
parent
d04ddebcfc
commit
a8026c75f5
7 changed files with 277 additions and 54 deletions
|
|
@ -85,6 +85,7 @@ async function fetchDataCommandList() {
|
|||
.get(config.API.commandAction(commandId.value, "tab1"))
|
||||
.then(async (res) => {
|
||||
const data = await res.data.result;
|
||||
console.log("🚀 ~ .then ~ data:", data);
|
||||
formCommandList = data;
|
||||
store.dataCommand = data;
|
||||
//รอ API ส่งมา isAttachment.value = data.isAttachment ;
|
||||
|
|
@ -190,11 +191,7 @@ onMounted(async () => {
|
|||
</q-card>
|
||||
</q-tab-panel>
|
||||
|
||||
<q-tab-panel
|
||||
class="bg-grey-2"
|
||||
style="padding: 0px;"
|
||||
name="ListPersons"
|
||||
>
|
||||
<q-tab-panel class="bg-grey-2" style="padding: 0px" name="ListPersons">
|
||||
<ListPersons
|
||||
ref="childListPersonsRef"
|
||||
v-model:is-change-data="isChangeData"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue