Browse Source

fix: 修复重复的getList

master
insistence 7 months ago
parent
commit
a001ff8099
  1. 2
      ruoyi-fastapi-frontend/src/views/monitor/job/log.vue

2
ruoyi-fastapi-frontend/src/views/monitor/job/log.vue

@ -292,6 +292,4 @@ function handleExport() {
getList();
}
})();
getList();
</script>

Loading…
Cancel
Save