ออกคำสั่ง == > fix bug load

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-27 17:53:47 +07:00
parent 4b6f451192
commit 081f87620b

View file

@ -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")];