diff --git a/pages/application/hidden-danger-check-standard/custom/list-item-check-next.vue b/pages/application/hidden-danger-check-standard/custom/list-item-check-next.vue index 60f7eb6..c4740c1 100644 --- a/pages/application/hidden-danger-check-standard/custom/list-item-check-next.vue +++ b/pages/application/hidden-danger-check-standard/custom/list-item-check-next.vue @@ -366,7 +366,7 @@ //跳转事件 goToEdit(e) { uni.navigateTo({ - url: '/pages/application/hidden-trouble-investigation/hidden-trouble-app/other-hidden-add?HIDDEN_ID='+e + url: '/pages/application/hidden-danger-check-standard/custom/other-hidden-add?HIDDEN_ID='+e }); }, //根据主键ID获取数据 @@ -442,16 +442,14 @@ 'Content-type':'application/x-www-form-urlencoded' }, data: { - LISTMANAGER_ID: _this.listId, CUSTOM_ID: _this.listId, CORPINFO_ID:loginUser.CORPINFO_ID, USER_ID:loginUser.USER_ID, - OPERATETYPE: "CHECKINFO", - }, + }, success: (res) => { if("success" == res.data.result){ uni.hideLoading(); - /*_this.otherHiddenList = res.data.hiddenList;*/ + _this.otherHiddenList = res.data.hiddenList; } else { uni.showToast({ icon:'none', diff --git a/pages/application/hidden-danger-check-standard/custom/other-hidden-add.vue b/pages/application/hidden-danger-check-standard/custom/other-hidden-add.vue index 77ef37d..1f68e9d 100644 --- a/pages/application/hidden-danger-check-standard/custom/other-hidden-add.vue +++ b/pages/application/hidden-danger-check-standard/custom/other-hidden-add.vue @@ -918,7 +918,7 @@ // CHECK_CONTENT:_this.pd.CHECK_CONTENT, HIDDENFINDDEPT:deptId, CREATOR:loginUser.USER_ID, - LISTMANAGER_ID: _this.LISTMANAGER_ID, + CUSTOM_ID: _this.LISTMANAGER_ID, HIDDENTYPE_NAME:_this.pd.HIDDENTYPENAME, HIDDENTYPE1:_this.pd.HIDDENTYPE[0] || '', HIDDENTYPE2:_this.pd.HIDDENTYPE[1] || '', diff --git a/pages/application/hidden-danger-check-standard/record/record-info.vue b/pages/application/hidden-danger-check-standard/record/record-info.vue index 5aceca1..b144950 100644 --- a/pages/application/hidden-danger-check-standard/record/record-info.vue +++ b/pages/application/hidden-danger-check-standard/record/record-info.vue @@ -329,7 +329,7 @@ var checkMarker = { latitude: result1[1], longitude: result1[0], - iconPath: '../../../static/map/50.png' + iconPath: '../../../../static/map/50.png' } _this.covers.push(checkMarker); } @@ -343,7 +343,7 @@ var checkMarker = { latitude: result2[1], longitude: result2[0], - iconPath: '../../../static/map/50.png' + iconPath: '../../../../static/map/50.png' } _this.covers.push(checkMarker); } @@ -355,7 +355,7 @@ gcoord.BD09, // 当前坐标系 gcoord.GCJ02 // 目标坐标系 ); - var checkMarker={latitude: result3[1],longitude: result3[0],iconPath: '../../../static/map/h.png'} + var checkMarker={latitude: result3[1],longitude: result3[0],iconPath: '../../../../static/map/h.png'} _this.covers.push(checkMarker); console.info(_this.covers); } */