gaoluyang
5 天以前 d0a1fff347476b7deb83b4656acb08a8af67a351
src/views/monitor/operlog/index.vue
@@ -199,6 +199,7 @@
<script setup name="Operlog">
import { list, delOperlog, cleanOperlog } from "@/api/monitor/operlog"
import {onMounted} from "vue";
const { proxy } = getCurrentInstance()
const { sys_oper_type, sys_common_status } = proxy.useDict("sys_oper_type","sys_common_status")
@@ -306,5 +307,7 @@
  }, `config_${new Date().getTime()}.xlsx`)
}
getList()
onMounted(() => {
   getList();
});
</script>