wang_xy hace 2 años
padre
commit
4ccbc6221d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/forest.vue

+ 2 - 2
src/views/forest.vue

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