feat: 商品管理,商品规格,添加规格时,不能删除规格值
This commit is contained in:
parent
53fdd79a2e
commit
784941f558
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue