diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index ca04d79..1476e2b 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -642,6 +642,7 @@
清除评分账号 + 评分账号导出 @@ -1735,6 +1736,11 @@ export default { this.$modal.msgSuccess("删除成功") }).catch(() => {}) }, + drwUserExport(){ + this.download('system/user/export', { + ...this.drwScpfzhInfo.queryParams + }, `评分账号_${new Date().getTime()}.xlsx`) + } } }