ui ออกคำสั่ง

This commit is contained in:
STW_TTTY\stwtt 2024-09-25 17:49:50 +07:00
parent d04ddebcfc
commit a8026c75f5
7 changed files with 277 additions and 54 deletions

View file

@ -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"