|
@@ -573,6 +573,10 @@
|
|
this.msgError('请添加隐患检查项')
|
|
this.msgError('请添加隐患检查项')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ if(!obj.checkHazardInfoVoList[0].checkHazardDtoList[0]){
|
|
|
|
+ this.msgError('请添加隐患检查项')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
let list=[]
|
|
let list=[]
|
|
let checkFlagList=[];
|
|
let checkFlagList=[];
|
|
for(let i=0;i<this.addForm.checkHazardInfoVoList.length;i++){
|
|
for(let i=0;i<this.addForm.checkHazardInfoVoList.length;i++){
|
|
@@ -637,6 +641,10 @@
|
|
this.msgError('请添加隐患检查项')
|
|
this.msgError('请添加隐患检查项')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ if(!obj.checkHazardInfoVoList[0].checkHazardDtoList[0]){
|
|
|
|
+ this.msgError('请添加隐患检查项')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
let list=[]
|
|
let list=[]
|
|
let checkFlagList=[];
|
|
let checkFlagList=[];
|
|
for(let i=0;i<this.addForm.checkHazardInfoVoList.length;i++){
|
|
for(let i=0;i<this.addForm.checkHazardInfoVoList.length;i++){
|