This commit is contained in:
2025-04-15 11:13:33 +08:00
2 changed files with 20 additions and 11 deletions

View File

@@ -232,7 +232,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;