|
@@ -473,6 +473,7 @@ export default {
|
|
let that = this
|
|
let that = this
|
|
//点击左侧地图落点
|
|
//点击左侧地图落点
|
|
getResourcePointByDeptId(that.resourceTable, deptId).then(res => {
|
|
getResourcePointByDeptId(that.resourceTable, deptId).then(res => {
|
|
|
|
+ console.log("1===============dituluodian===============", res.data.resourceList);
|
|
that.markersList = []
|
|
that.markersList = []
|
|
if (res.data.resourceList != null && res.data.resourceList.length > 0) {
|
|
if (res.data.resourceList != null && res.data.resourceList.length > 0) {
|
|
for (let i = 0; i < res.data.resourceList.length; i++) {
|
|
for (let i = 0; i < res.data.resourceList.length; i++) {
|