From 5111d1063b5cc68d7282b91fbab836e3dfcf03ae Mon Sep 17 00:00:00 2001 From: xiaoning <1097449274@qq.com> Date: Thu, 4 Jul 2024 09:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B=E5=8F=B7?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sjzx/czbhwh.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/sjzx/czbhwh.vue b/src/views/sjzx/czbhwh.vue index 2bc9c07..a875325 100644 --- a/src/views/sjzx/czbhwh.vue +++ b/src/views/sjzx/czbhwh.vue @@ -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