From 8a4d9446f409f2c65f8c716d4b517b4f7061064a Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 11:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E6=A1=A3=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppResidentDocument/AppResidentDocument.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue index 38f5016d..82b43aa7 100644 --- a/src/apps/AppResidentDocument/AppResidentDocument.vue +++ b/src/apps/AppResidentDocument/AppResidentDocument.vue @@ -94,6 +94,8 @@ export default { change(index) { this.currentTabs = index + this.current = 1 + this.datas = [] this.getList() },