提交 77697e89 编写于 作者: yi.li's avatar yi.li

新建计划,保存时去掉提示语

上级 a64e1f06
...@@ -264,13 +264,13 @@ ...@@ -264,13 +264,13 @@
addListenSave(val){ addListenSave(val){
// console.log('监听保存校验结果',val) // console.log('监听保存校验结果',val)
this.checkForm = false this.checkForm = false
this.patientIds = this.hasSelectedList.map( item => { /* this.patientIds = this.hasSelectedList.map( item => {
return item.patientId return item.patientId
}) })
this.uniteValidateAction() this.uniteValidateAction()
if(!this.patientIds.length) { if(!this.patientIds.length) {
return; return;
} }*/
if(val.status){ if(val.status){
this.baseInfo.fPlanTimeReqList = val.setTimeNodeList this.baseInfo.fPlanTimeReqList = val.setTimeNodeList
// this.baseInfo.time = (new Date(this.baseInfo.time).getTime()) // this.baseInfo.time = (new Date(this.baseInfo.time).getTime())
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册