RuoYi
2022-01-11 b132d44489f2968a1d32d02e7f28e0f255bc8eca
src/views/monitor/operlog/index.vue
@@ -238,7 +238,7 @@
}
/** 操作日志类型字典翻译 */
function typeFormat(row, column) {
  return selectDictLabel(sys_oper_type, row.businessType);
  return proxy.selectDictLabel(sys_oper_type.value, row.businessType);
}
/** 搜索按钮操作 */
function handleQuery() {