fix: แก้ type status
This commit is contained in:
parent
1548558be8
commit
d38d8af2c6
1 changed files with 2 additions and 0 deletions
|
|
@ -466,6 +466,7 @@ async function assignFormDataProductService(id: string) {
|
|||
detail: res.detail,
|
||||
attributes: res.attributes,
|
||||
work: [],
|
||||
status: res.status,
|
||||
};
|
||||
|
||||
res.work.forEach((item) => {
|
||||
|
|
@ -549,6 +550,7 @@ function clearFormService() {
|
|||
additional: [],
|
||||
},
|
||||
work: [],
|
||||
status: undefined,
|
||||
};
|
||||
|
||||
workItems.value = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue