"src/main/vscode:/vscode.git/clone" did not exist on "9a24895ade413314e1f0765032b982ecef0e0630"
Commit aaae404b authored by yjb's avatar yjb
Browse files

Cron表达式生成器关闭时销毁,避免再次打开时存在上一次修改的数据

parent 12ab8b03
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
</div> </div>
</el-dialog> </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> <crontab @hide="openCron=false" @fill="crontabFill" :expression="expression"></crontab>
</el-dialog> </el-dialog>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment