From 784941f558dbdbdbb966cafd244e81b816fb4533 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Sat, 12 Apr 2025 09:55:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E5=95=86=E5=93=81=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E5=95=86=E5=93=81=E8=A7=84=E6=A0=BC=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=A7=84=E6=A0=BC=E6=97=B6=EF=BC=8C=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=A7=84=E6=A0=BC=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/specifications.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/product/specifications.vue b/src/views/product/specifications.vue index 6f9ae41..80dbddb 100644 --- a/src/views/product/specifications.vue +++ b/src/views/product/specifications.vue @@ -224,7 +224,8 @@ function subitgoods() { }) } function handleClose(index: any, i: any) { - datas.contentForm.children[index].value.splice(i, 1); + console.log(datas.contentForm.children[index].children, 22222222) + datas.contentForm.children[index].children.splice(i, 1); } function showInput(index: any) { datas.contentForm.children[index].inputVisible = true;