From ced5c03807c3947382daddb50e30f5f68bff3ade Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Tue, 19 Apr 2022 16:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2052488=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E8=A7=A3=E8=AF=BB=E6=B5=81=E7=A8=8B=EF=BC=9A=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=8F=91=E8=B5=B7=20=E6=95=B0=E6=8D=AE=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=90=8E=E5=9C=A8=E8=8D=89=E7=A8=BF=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=B8=AD=20=E5=BF=85=E5=A1=AB=E9=A1=B9=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E4=B8=94=E6=95=B0=E6=8D=AEUI=E4=B9=9F?= =?UTF-8?q?=E9=94=99=E4=B9=B1=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzjd/step1.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index ec130c6a5..9dbaa8b71 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -1037,6 +1037,9 @@ export default { }, handleTabs(name) { this.active = name + this.$nextTick(()=>{ + this.$refs.filterTable.doLayout() + }) }, handleSave() { this.saveLoading = true