|
@@ -227,6 +227,7 @@
|
|
this.getHazardInfoByJoinIds(this.form.subIds,option.joinHazardIds)
|
|
this.getHazardInfoByJoinIds(this.form.subIds,option.joinHazardIds)
|
|
this.form.joinHazardIds=option.joinHazardIds
|
|
this.form.joinHazardIds=option.joinHazardIds
|
|
}
|
|
}
|
|
|
|
+ console.log(this.form.isCustom)
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
this.getCheckOptionList();
|
|
this.getCheckOptionList();
|
|
@@ -721,7 +722,7 @@
|
|
//新增检查内容
|
|
//新增检查内容
|
|
addDeviceDanger(){
|
|
addDeviceDanger(){
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url: '/pages/saoCode/scan?form='+encodeURIComponent(JSON.stringify(this.form))
|
|
|
|
|
|
+ url: '/pages_safetyExamine/examineManage/examineAddContent?form='+encodeURIComponent(JSON.stringify(this.form))
|
|
});
|
|
});
|
|
},
|
|
},
|
|
//删除隐患
|
|
//删除隐患
|