From 1a1826c70c5a57954af4982a78adeede3aad2267 Mon Sep 17 00:00:00 2001 From: zyd Date: Wed, 27 Jul 2022 22:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86=E6=8C=89=E9=92=AE=E7=82=B9?= =?UTF-8?q?=E5=BC=80=E5=90=8E=E9=80=89=E6=8B=A9=E6=A0=87=E5=87=86=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E5=B0=86=E5=A4=9A=E9=80=89?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=8D=95=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 28 ++++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 989497922..0121e3008 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -191,12 +191,14 @@ height="100%" border :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}" - @selection-change="selectStandChange" + @selection-change="standSelectChangeByStandTab" > - + + 0) { if (this.selectedSplitStandList.length > 1) { this.$message.warning('当前仅支持一次拆分一条数据')