|
@@ -200,7 +200,7 @@ import {
|
|
|
getPlanList,
|
|
|
getRecordList,
|
|
|
getPointList,
|
|
|
- getRy,
|
|
|
+ getRy, getRy_direct, getForestLeader_direct,
|
|
|
} from "@/api/leader";
|
|
|
|
|
|
import supermap from "@/components/supermap-2.5d"; //超图
|
|
@@ -383,7 +383,7 @@ export default {
|
|
|
this.listCurrentIndex1 = "";
|
|
|
this.listCurrentIndex2 = "";
|
|
|
//获取左侧菜单列表
|
|
|
- getRy().then((res) => {
|
|
|
+ getRy_direct().then((res) => {
|
|
|
that.visuForestCloudRYBO = res.data.user;
|
|
|
// that.zrs = res.data.visuForestCloudRyZxBO.zrs;
|
|
|
that.zxrs = 0
|
|
@@ -401,7 +401,7 @@ export default {
|
|
|
this.iconCurrentIndex1 = linJob;
|
|
|
this.peopleList = [];
|
|
|
this.peopleList2 = [];
|
|
|
- getForestLeader(linJob, linType).then((res) => {
|
|
|
+ getForestLeader_direct(linJob, linType).then((res) => {
|
|
|
this.peopleList = res.data;
|
|
|
this.peopleList2 = res.data;
|
|
|
});
|