From 38b57adb5e0798c650fd13a05aa256d68236c1da Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Tue, 8 Jul 2025 17:10:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85=E4=BC=A0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productManagement/list/utils/edit/submit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) || [] };