gaoluyang
6 天以前 00100d130c240c191d87d3b6cfb2415f47b9c2d0
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>