提交 4f6643e0 编写于 作者: tao.wu's avatar tao.wu

no message

上级 d9b4640e
......@@ -129,7 +129,7 @@
saveStatus(val){
if(val){
// 校验通过并且保存一个时间节点,通知外层
this.setTimeNodeList.push(this.timeForm);
// this.setTimeNodeList.push(this.timeForm);
}else{
}
......@@ -212,11 +212,13 @@
})
}
this.setTimeNodeList.push(this.timeForm);
if(obj.type=='save'){
console.log('是点击保存时候的校验,因此告诉最外层的 new-plan 组件,校验结果')
this.$emit('addListenSave',true)
}else{
this.setTimeNodeList.push(this.timeForm);
this.initNewForm();
// console.log('初始化过之后activeTab=====> ',this.activeTab)
this.timeForm.formRef = this.getNowTime();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册