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,
|
detail: res.detail,
|
||||||
attributes: res.attributes,
|
attributes: res.attributes,
|
||||||
work: [],
|
work: [],
|
||||||
|
status: res.status,
|
||||||
};
|
};
|
||||||
|
|
||||||
res.work.forEach((item) => {
|
res.work.forEach((item) => {
|
||||||
|
|
@ -549,6 +550,7 @@ function clearFormService() {
|
||||||
additional: [],
|
additional: [],
|
||||||
},
|
},
|
||||||
work: [],
|
work: [],
|
||||||
|
status: undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
workItems.value = [];
|
workItems.value = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue