Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
4827823e82 Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m16s
2026-05-01 15:31:43 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
c20e67d1a1 fix(command): loadFile 2026-05-01 15:31:18 +07:00
2 changed files with 1 additions and 2 deletions

View file

@ -191,7 +191,6 @@ async function uploadFileDoc(
* @param group ประเภพไฟล "คำสั่ง","แนบท้าย"
*/
async function fetchDoc(group: string) {
showLoader();
let type = group === "order" ? "คำสั่ง" : "แนบท้าย";
if (group === "order") {
await fetchDocOrder(type);

View file

@ -109,8 +109,8 @@ async function fetchCheckIdofficer() {
* กำหนดค `store.readonly` เม route.name เป "commandViewDetailPage" จะอานขอมลไดอยางเดยว
*/
onMounted(async () => {
await fetchDataCommandList();
await fetchCheckIdofficer();
await fetchDataCommandList();
store.readonly =
route.name === "commandViewDetailPage" ||
formCommandList.status === "REPORTED" ||