fix(command): loadFile
This commit is contained in:
parent
598492b61e
commit
c20e67d1a1
2 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue