diff --git a/pages/projectEnd/safeManage/addExamine.vue b/pages/projectEnd/safeManage/addExamine.vue index 7b7ea50a..e3bb0e9c 100644 --- a/pages/projectEnd/safeManage/addExamine.vue +++ b/pages/projectEnd/safeManage/addExamine.vue @@ -63,9 +63,9 @@ --> - @@ -193,7 +193,7 @@ --> - @@ -482,11 +482,11 @@ this.addForm.inspectTime = e.f3; } else if (type == 'startTime2') { this.addForm.date = e.f3; - } + } }, //确定选中--回显 checkPointBtn(val, type) { - // type==1 责任区域 + // type==1 责任区域 console.log(val, "下拉树形回显") if (type == 1) { // console.log(this.checkPointList, val, this.personList) @@ -554,7 +554,7 @@ }) }, queryTypeList() { - let sn = JSON.parse(uni.getStorageSync('userInfo')).headquartersSn + let sn = uni.getStorageSync('company').headquartersSn let _this = this this.sendRequest({ url: 'xmgl/inspectType/list', @@ -836,7 +836,7 @@ let that = this if (this.pageType == 1) { let data = { - projectSn: this.projectSn, //项目编号 + projectSn: this.projectSn, //项目编号 reviewId: this.userId, //核查人ID-- createUser: this.userId, //创建人 dangerDesc: this.addForm.remark, //报警信息 @@ -1375,4 +1375,4 @@ width: 67%; padding-left: 10px; } - \ No newline at end of file +