From 0a0ac8044acb79419638824d9330081481e12e3e Mon Sep 17 00:00:00 2001 From: JiilingLee <462362@qq.com> Date: Mon, 9 Oct 2023 09:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=8B=E6=A1=A3=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/organization/index.vue | 39 +++++------------------- 1 file changed, 8 insertions(+), 31 deletions(-) diff --git a/src/views/setting/organization/index.vue b/src/views/setting/organization/index.vue index 602a4cbf..80eec7da 100644 --- a/src/views/setting/organization/index.vue +++ b/src/views/setting/organization/index.vue @@ -26,19 +26,12 @@ /> - - - - + @keyup.enter.native="handleQuery" + /> - - - - + @@ -286,17 +274,6 @@ export default { this.loading = false; }); }, - //获取字典数据 - handleInitList() { - // 获取全宗号 - listData({ - pageNo: 1, - pageSize: 100, - dictType: "archives_case_num", - }).then((res) => { - this.caseNumOptions = res.data.list || []; - }); - }, //获取用户 getUserList() { listUser().then((response) => {