diff --git a/src/views/monitor/use_log/index.vue b/src/views/monitor/use_log/index.vue index 6d26ebb..c14ca21 100644 --- a/src/views/monitor/use_log/index.vue +++ b/src/views/monitor/use_log/index.vue @@ -292,7 +292,7 @@ function getList() { } /** 操作日志类型字典翻译 */ function typeFormat(row, column) { - return proxy.selectDictLabel(sys_oper_type.value, row.businessType); + return proxy.selectDictLabel(sys_oper_type, row.businessType); } /** 搜索按钮操作 */ function handleQuery() {