From fe23b5560ff635877414a98c529b8660c815e41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 23 Apr 2024 16:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/question/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/question/index.vue b/src/views/system/question/index.vue index 60b1850..1bc0d8e 100644 --- a/src/views/system/question/index.vue +++ b/src/views/system/question/index.vue @@ -276,6 +276,7 @@ export default { handleQuery() { this.queryParams.pageNum = 1; this.getList(); + this.getTreeselect(); }, /** 重置按钮操作 */ resetQuery() {