รายละเอียดคำสั่ง => API
This commit is contained in:
parent
d21be61715
commit
5316a945a8
5 changed files with 343 additions and 84 deletions
|
|
@ -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; //จำลอง
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue