wang_xy 2 vuotta sitten
vanhempi
commit
4ccbc6221d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 //基本情况
           }