Skip to content

Commit

Permalink
pref(ban): ban choosing campus
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 committed Nov 4, 2024
1 parent ff261f1 commit 68cce20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/team/UpdateTeam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ function goBack() {

<n-form-item label="路线选择" path="route">
<n-select
disabled
v-model:value="formValue.route"
placeholder="请选择路线"
:options="routeOptions"
Expand Down
2 changes: 1 addition & 1 deletion src/components/team/show/MemberCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const handleClick = () => {
}
const transferCaptain = () => {
const transferCaptainUrl = Config.urlPrefix + Config.apiMap['team']['transferCaptain']
axios.post(transferCaptainUrl, { openid: props.openid }, {
axios.post(transferCaptainUrl, { open_id: props.openid }, {
headers: {
Authorization: 'Bearer ' + localStorage.getItem('jwt'),
},
Expand Down

0 comments on commit 68cce20

Please sign in to comment.