|
@@ -18,14 +18,14 @@
|
|
|
<div class="d-l-con-icon">
|
|
|
<div class="icon-con w-50" :class="{on:iconCurrentIndex1==item.jobValue}"
|
|
|
v-for="(item,index) in visuForestCloudRYBO"
|
|
|
- @click="getTrafficLeader(item.jobValue,item.jobType)">
|
|
|
+ @click="getForestLeader(item.jobValue,item.jobType)">
|
|
|
<div class="icon icon-mid el-icon-user"></div>
|
|
|
<div class="icon-text">
|
|
|
<h5>{{ item.job }}</h5>
|
|
|
<h6>{{ item.number }}</h6>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <div class="icon-con w-50 m-btm-no" :class="{on:listCurrentIndex1==item.jobType}" v-for="(item,index) in visuForestCloudRYBO" v-if="index%2!=0" @click="getTrafficLeader(item.jobValue,item.jobType)">
|
|
|
+ <!-- <div class="icon-con w-50 m-btm-no" :class="{on:listCurrentIndex1==item.jobType}" v-for="(item,index) in visuForestCloudRYBO" v-if="index%2!=0" @click="getForestLeader(item.jobValue,item.jobType)">
|
|
|
<div class="icon icon-mid el-icon-user"></div>
|
|
|
<div class="icon-text">
|
|
|
<h5>{{item.job}}</h5>
|
|
@@ -137,7 +137,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
- getTrafficLeader,
|
|
|
+ getForestLeader,
|
|
|
getPlanList,
|
|
|
getRecordList,
|
|
|
getPointList,
|
|
@@ -279,12 +279,12 @@
|
|
|
})
|
|
|
},
|
|
|
//获取左侧人员列表
|
|
|
- getTrafficLeader(linJob, linType) {
|
|
|
+ getForestLeader(linJob, linType) {
|
|
|
this.listCurrentIndex1 = ''
|
|
|
this.listCurrentIndex2 = ''
|
|
|
this.iconCurrentIndex1 = linJob
|
|
|
this.peopleList = []
|
|
|
- getTrafficLeader(linJob, linType).then(res => {
|
|
|
+ getForestLeader(linJob, linType).then(res => {
|
|
|
this.peopleList = res.data
|
|
|
})
|
|
|
this.connectList = []
|