feat: 09 => edit task order (order)
This commit is contained in:
parent
c7438edd79
commit
4e8e270d62
4 changed files with 124 additions and 44 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue