|
@@ -3,7 +3,7 @@
|
|
* @Author: wangcc
|
|
* @Author: wangcc
|
|
* @Date: 2022-10-19 09:32:46
|
|
* @Date: 2022-10-19 09:32:46
|
|
* @LastEditors: wangcc
|
|
* @LastEditors: wangcc
|
|
- * @LastEditTime: 2022-11-03 15:40:26
|
|
|
|
|
|
+ * @LastEditTime: 2022-11-03 16:37:30
|
|
* @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
|
|
* @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
-->
|
|
-->
|
|
@@ -109,8 +109,9 @@ export default {
|
|
smallClassProject: [],
|
|
smallClassProject: [],
|
|
// 项目小班红点转边界图
|
|
// 项目小班红点转边界图
|
|
projectPolygonArr: [],
|
|
projectPolygonArr: [],
|
|
- projectIcon:
|
|
|
|
- 'http://miniores.hw.hongweisoft.com/mintou/1667460231789_a06fed1519c5e3d206e4ab9148d658e5.png'
|
|
|
|
|
|
+ // projectIcon:
|
|
|
|
+ // 'http://miniores.hw.hongweisoft.com/mintou/1667460231789_a06fed1519c5e3d206e4ab9148d658e5.png'
|
|
|
|
+ projectIcon: ''
|
|
};
|
|
};
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
@@ -541,7 +542,7 @@ export default {
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.getTreePlant();
|
|
this.getTreePlant();
|
|
- // this.getIcon();
|
|
|
|
|
|
+ this.getIcon();
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.initAMap();
|
|
this.initAMap();
|
|
@@ -555,13 +556,13 @@ export default {
|
|
'changeSelectStreet',
|
|
'changeSelectStreet',
|
|
'changeSelectAddr'
|
|
'changeSelectAddr'
|
|
]),
|
|
]),
|
|
- // getIcon() {
|
|
|
|
- // getProjectIcon('project_icon').then((res) => {
|
|
|
|
- // if (res.code == 200) {
|
|
|
|
- // this.projectIcon = res.data[0].dictValue;
|
|
|
|
- // }
|
|
|
|
- // });
|
|
|
|
- // },
|
|
|
|
|
|
+ getIcon() {
|
|
|
|
+ getProjectIcon('project_icon').then((res) => {
|
|
|
|
+ if (res.code == 200) {
|
|
|
|
+ this.projectIcon = res.data[0].dictValue;
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ },
|
|
setMapLabel(val) {
|
|
setMapLabel(val) {
|
|
let _this = this;
|
|
let _this = this;
|
|
let lanLatArr = [val.longitude, val.latitude];
|
|
let lanLatArr = [val.longitude, val.latitude];
|
|
@@ -982,7 +983,9 @@ export default {
|
|
// }
|
|
// }
|
|
|
|
|
|
if (this.leftPage == 'forest' || this.leftPage == 'treeSpecies') {
|
|
if (this.leftPage == 'forest' || this.leftPage == 'treeSpecies') {
|
|
- this.getProjectList();
|
|
|
|
|
|
+ if (this.map) {
|
|
|
|
+ this.getProjectList();
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if (areaPolygon.properties.level != 'district') {
|
|
if (areaPolygon.properties.level != 'district') {
|
|
// this.setMarker();
|
|
// this.setMarker();
|