|
@@ -359,11 +359,8 @@ import {
|
|
|
selectMessageById
|
|
|
} from '@/api/forest'
|
|
|
import {
|
|
|
- selectFarmByDeptId,linBanTreeselect,selectBanBylinBanTreesId
|
|
|
+ selectFarmByDeptId,linBanTreeselect,selectBanBylinBanTreesId,userDeptSelect
|
|
|
} from '@/api/vBottomMenu'
|
|
|
-import {
|
|
|
- treeselectAll as deptTreeselect
|
|
|
-} from '@/api/system/dept'
|
|
|
import supermapTaskDialog from '@/components/supermap' //超图
|
|
|
import TcPlayer from '@/components/TcPlayer' //视频预览
|
|
|
import Cookies from 'js-cookie'
|
|
@@ -505,7 +502,7 @@ export default {
|
|
|
methods: {
|
|
|
deptTreeselect(){
|
|
|
/** 查询林场部门树结构 */
|
|
|
- deptTreeselect().then(response => {
|
|
|
+ userDeptSelect().then(response => {
|
|
|
this.deptChangOptionsLiandong = response.data
|
|
|
})
|
|
|
},
|