|
@ -417,7 +417,7 @@ export default { |
|
|
this.init() |
|
|
this.init() |
|
|
}, |
|
|
}, |
|
|
created () { |
|
|
created () { |
|
|
this.getTeamTypeList() |
|
|
this.getSysTeamTypeList() |
|
|
this.$http |
|
|
this.$http |
|
|
.get(`/sys/user/deptOptions/getByLoginUser`) |
|
|
.get(`/sys/user/deptOptions/getByLoginUser`) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
@ -559,8 +559,8 @@ export default { |
|
|
}).catch(() => { |
|
|
}).catch(() => { |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
getTeamTypeList() { |
|
|
getSysTeamTypeList() { |
|
|
this.$http.get(`heart/volunteerteamtype/getTeamTypeList`).then(({data: res}) => { |
|
|
this.$http.get(`heart/volunteerteamtype/getSysTeamTypeList`).then(({data: res}) => { |
|
|
this.teamTypeList = res.data |
|
|
this.teamTypeList = res.data |
|
|
}).catch(() => { |
|
|
}).catch(() => { |
|
|
}) |
|
|
}) |
|
|