fix(接口测试): 避免定时任务时间刷新报错
This commit is contained in:
parent
efde34cb80
commit
7659f1d11b
|
@ -73,7 +73,9 @@
|
||||||
this.$emit('scheduleChange');
|
this.$emit('scheduleChange');
|
||||||
},
|
},
|
||||||
flashResultList() {
|
flashResultList() {
|
||||||
this.$refs.crontabResult.expressionChange();
|
if (this.$refs.crontabResult) {
|
||||||
|
this.$refs.crontabResult.expressionChange();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
cancelRefresh() {
|
cancelRefresh() {
|
||||||
if (this.refreshScheduler) {
|
if (this.refreshScheduler) {
|
||||||
|
|
Loading…
Reference in New Issue