heyang 1 year ago
parent
commit
1a724a9ebc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages_safetyExamine/examineManage/examineAddTow.vue

+ 2 - 1
pages_safetyExamine/examineManage/examineAddTow.vue

@@ -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))
 				});
 				});
 			},
 			},
 			//删除隐患
 			//删除隐患