From 0026e338de38facba165c4ae7da81b95c1490e52 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 20 Jan 2022 17:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=9F=A5=E8=AF=A211?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index c07f90f6..c7aee92b 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -232,10 +232,12 @@ export default { props: { }, - activated () { + async activated () { if (this.$route.query) { let query = this.$route.query this.defaultCategotyKey = query.columnName + await this.getSearchList() + this.$refs.resiSearch.handleSearch() } },