|
@@ -813,8 +813,8 @@ export default {
|
|
//左侧获取部门信息
|
|
//左侧获取部门信息
|
|
getBaseInfo().then(res => {
|
|
getBaseInfo().then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
- if (res.msg == '未找到部门信息') {
|
|
|
|
- this.forestInfo = '未找到部门信息!'
|
|
|
|
|
|
+ if (res.msg == '未找到特色信息') {
|
|
|
|
+ this.forestInfo = '未找到特色信息!'
|
|
} else {
|
|
} else {
|
|
this.forestInfo = res.data.baseinfo //基本情况
|
|
this.forestInfo = res.data.baseinfo //基本情况
|
|
}
|
|
}
|