diff --git a/src/views/productManagement/list/utils/edit/submit.ts b/src/views/productManagement/list/utils/edit/submit.ts index cc7c284..ac685e7 100644 --- a/src/views/productManagement/list/utils/edit/submit.ts +++ b/src/views/productManagement/list/utils/edit/submit.ts @@ -69,7 +69,7 @@ export const handleSubmit = async (infoRef: any, imgInfoRef: any, dataStore: any video_url, video_img, skus: skusCloneStr, - detail: dataStore.details, + detail: dataStore.detail, related: JSON.stringify(relatedData) || [] };