Ver código fonte

1127 18:55

222
mo 5 anos atrás
pai
commit
76ed208ffa

+ 1 - 1
src/settings.js

@@ -1,6 +1,6 @@
 module.exports = {
 
-  title: '大雅乐盟后台管理系统',
+  title: '管乐迷后台管理系统',
 
   /**
    * @type {boolean} true | false

+ 1 - 1
src/utils/request.js

@@ -8,6 +8,7 @@ let loading        //定义loading变量
 function startLoading () {    //使用Element loading-start 方法
   loading = Loading.service({
     lock: true,
+    fullscreen: true,
     text: '加载中……',
     background: 'rgba(0, 0, 0, 0.7)'
   })
@@ -125,5 +126,4 @@ service.interceptors.response.use(
     return Promise.reject(error)
   }
 )
-
 export default service

+ 7 - 0
src/views/teamBuild/components/teamBaseInfo.vue

@@ -541,6 +541,13 @@ export default {
           }
           // 循环缴费月
           this.payList.chioseMonth = res.data.months;
+          if (this.topFrom.section) {
+            queryEmployByOrganId({ organId: this.topFrom.section, rows: 1000 }).then(res => {
+              if (res.code == 200) {
+                this.orgianList = res.data.rows;
+              }
+            })
+          }
         }
       })
     }