parent
697d96d1f5
commit
1b91362b9c
|
@ -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',
|
||||
|
|
|
@ -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] || '',
|
||||
|
|
|
@ -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);
|
||||
} */
|
||||
|
|
Loading…
Reference in New Issue