mirror of https://github.com/shunfei/cronsun
修复空对象操作
parent
d35c09ba68
commit
115dbeea38
|
@ -71,6 +71,7 @@ export default {
|
|||
},
|
||||
|
||||
addNewTimer: function(){
|
||||
if (!this.job.rules) this.job.rules = [];
|
||||
this.job.rules.push({});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue