修改工程号维护

master
xiaoning 10 months ago
parent e555988ed0
commit 5111d1063b

@ -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

Loading…
Cancel
Save