ruoyi-ui/src/views/system/dict/data.vue
@@ -1,6 +1,6 @@ <template> <div class="app-container"> <el-form :model="queryParams" ref="queryForm" v-show="showSearch" :inline="true"> <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px"> <el-form-item label="字典名称" prop="dictType"> <el-select v-model="queryParams.dictType" size="small"> <el-option @@ -334,7 +334,7 @@ }).then(() => { this.getList(); this.msgSuccess("删除成功"); }) }).catch(() => {}); }, /** 导出按钮操作 */ handleExport() {