ออกคำสั่ง == > fix bug load
This commit is contained in:
parent
4b6f451192
commit
081f87620b
1 changed files with 1 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ const fileUploadTailer = ref<any>(null); //ไฟล์เอกสารแน
|
|||
const fileOrder = ref<any>(null); //ไฟล์คำสั่ง
|
||||
const fileTailer = ref<any>(null); //ไฟล์เอกสารแนบท้าย
|
||||
|
||||
const isLoad = ref<boolean>(false); //แสดงโหลด
|
||||
const isLoad = ref<boolean>(true); //แสดงโหลด
|
||||
const modalPerView = ref<boolean>(false);
|
||||
|
||||
/**
|
||||
|
|
@ -259,7 +259,6 @@ function onConfirmOrder() {
|
|||
onMounted(async () => {
|
||||
isCheckDraft.value = isDraft.value;
|
||||
isCheckAuthority.value = isAuthority.value;
|
||||
|
||||
if (step.value !== 1) {
|
||||
isLoad.value = false;
|
||||
let promises = [fetchDoc("order")];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue