Merge branch 'master' of https://e.coding.net/g-cphe0354/cashier/cashier-web into ymf_test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user