feat: 09 => edit task order (order)

This commit is contained in:
puriphatt 2025-01-23 14:23:18 +07:00
parent c7438edd79
commit 4e8e270d62
4 changed files with 124 additions and 44 deletions

View file

@ -113,6 +113,7 @@ export const useTaskOrderStore = defineStore('taskorder-store', () => {
contactName: body.contactName,
taskStatus: body.taskStatus,
taskName: body.taskName,
taskProduct: body.taskProduct,
});
if (res.status < 400) {