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;