隐患清单其他隐患的增加bug修复

详情检查坐标的回显问题
dev
wangpeng 2024-07-14 17:19:14 +08:00
parent 697d96d1f5
commit 1b91362b9c
3 changed files with 7 additions and 9 deletions

View File

@ -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',

View File

@ -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] || '',

View File

@ -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);
} */