รายละเอียดคำสั่ง => API

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-24 18:04:34 +07:00
parent d21be61715
commit 5316a945a8
5 changed files with 343 additions and 84 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { onMounted, ref, watch, reactive } from "vue";
import { onMounted, ref, watch, reactive, onBeforeMount } from "vue";
import { useQuasar } from "quasar";
import http from "@/plugins/http";
@ -86,6 +86,7 @@ async function fetchDataCommandList() {
.then(async (res) => {
const data = await res.data.result;
formCommandList = data;
store.dataCommand = data;
// API isAttachment.value = data.isAttachment ;
isAttachment.value = true; //
isChangeData.value = false; //