1.html
删除
2.js
ruleForm: {
region: [{
RCNAME: ''
]
},
delList(row, index) {
row.splice(index, 1)
},
addList(region) {
region.push(Object.assign({}, {
RCNAME: ''
}))
},