From fbaff221a63bb4627404b55d25907ec99dbff885 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 30 May 2023 17:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E5=88=B7=E6=96=B0=20=E6=B2=A1=E6=9C=89=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E5=8E=9F=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/List.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ebiz/proposal/List.vue b/src/views/ebiz/proposal/List.vue index 8dfda083b..58b529145 100644 --- a/src/views/ebiz/proposal/List.vue +++ b/src/views/ebiz/proposal/List.vue @@ -231,6 +231,7 @@ export default { pageSize: this.pageSize } let active = this.active + this.proposalList = [] this.getProposalList(active, pageInfo) // 加载数据 }, tabChange(index) {