@ -364,9 +364,8 @@ export default {
switch (code) {
case 'insert':
this.$refs.xGrid.insertAt({
}, -1).then(({ row }) => {
this.$refs.xGrid.insertAt({}, -1).then(({ row }) => {
row.wgbs='N'
this.$refs.xGrid.setActiveRow(row)
})
break