From 83af3dd309889489f541fc8e21894c9f79e5788c Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 22 八月 2025 16:09:58 +0800 Subject: [PATCH] 用户管理 --- src/views/system/dept/index.vue | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index f1f1a6e..e7225fb 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -230,12 +230,9 @@ <el-button type="primary" :loading="loading" @click="onSearch"> 鎼滅储 </el-button> - <!-- <el-button - :icon="useRenderIcon(Refresh)" - @click="resetForm(formRef)" - > - 閲嶇疆 - </el-button> --> + <el-button :icon="useRenderIcon(Refresh)" @click="resetForm"> + 閲嶇疆 + </el-button> <el-button type="primary" @click="openDialog()"> 鏂板 </el-button> -- Gitblit v1.9.1