gaoluyang
5 天以前 cb78cb10939dc95b55e26b68cd805f2717ea48f0
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>