| | |
| | | }, |
| | | computed: { |
| | | currMenuList() { |
| | | |
| | | const menu = this.menuList.find(item => item.menuName == this.currMenu) |
| | | const filterChildren = [] |
| | | |
| | | const value = this.searchName |
| | | menu.children.forEach(item => { |
| | | if (item.name && item.name.includes(value)) { |
| | |
| | | |
| | | break |
| | | case "影像图": |
| | | Viewer.imageryLayers._layers[2].show = true |
| | | // Viewer.imageryLayers._layers[2].show = true |
| | | |
| | | break |
| | | case "注记图": |
| | |
| | | async getCountProjectTour() { |
| | | const res = await countProjectTour() |
| | | if (res.code === 200) { |
| | | |
| | | const menu = this.menuList.find(item => item.menuName == "工程巡视") |
| | | |
| | | menu.children = res.result.map(item => { |
| | | return { |
| | | name: item.projname, |