fix: package => remove work id when create package
This commit is contained in:
parent
ebc9c3e773
commit
718659cdfc
1 changed files with 1 additions and 0 deletions
|
|
@ -1083,6 +1083,7 @@ async function submitService(notClose = false) {
|
|||
formDataProductService.value.image = profileFileImg.value;
|
||||
if (dialogService.value) {
|
||||
formDataProductService.value.productGroupId = currentIdGroup.value;
|
||||
formDataProductService.value.work.forEach((s) => (s.id = undefined));
|
||||
|
||||
if (
|
||||
formDataProductService.value.code === '' ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue