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) => {