Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
7108ec41
Commit
7108ec41
authored
Sep 18, 2021
by
若依
Committed by
Gitee
Sep 18, 2021
Browse files
!322 Cron表达式生成器关闭时销毁,避免再次打开时存在上一次修改的数据
Merge pull request !322 from muyi/master
parents
5188d56b
aaae404b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/monitor/job/index.vue
View file @
7108ec41
...
...
@@ -240,7 +240,7 @@
</div>
</el-dialog>
<el-dialog
title=
"Cron表达式生成器"
:visible.sync=
"openCron"
append-to-body
class=
"scrollbar"
>
<el-dialog
title=
"Cron表达式生成器"
:visible.sync=
"openCron"
append-to-body
class=
"scrollbar"
destroy-on-close
>
<crontab
@
hide=
"openCron=false"
@
fill=
"crontabFill"
:expression=
"expression"
></crontab>
</el-dialog>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment