From 3ce6bfd17f2bb4946a9d16dd3bcda1ebcdb6f281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Thu, 22 Aug 2024 17:46:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E4=B8=8A=E6=96=99=E5=A4=9A?= =?UTF-8?q?=E7=AB=AF=E4=B8=8D=E5=90=8C=E5=9E=9B=E4=BD=8D=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zyjhzx/sliao/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/zyjhzx/sliao/index.vue b/src/views/zyjhzx/sliao/index.vue index 2308ef7..23180cb 100644 --- a/src/views/zyjhzx/sliao/index.vue +++ b/src/views/zyjhzx/sliao/index.vue @@ -56,9 +56,10 @@ export default { if (this.slGroup){ this.slGroup.destroyChildren() } - console.log(this.currentDw.list) this.dw[this.currentDwIndex].list.push(data) this.drawBaiFang(this.dw[this.currentDwIndex].list) + }else { + this.dw[data.dwId].list.push(data) } }) },