Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OKR
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
OKR
Commits
e4d7f2ce
Commit
e4d7f2ce
authored
Sep 07, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: add-member页面bug fix
parent
122c4a55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
add-member.vue
src/views/team/add-member.vue
+2
-1
No files found.
src/views/team/add-member.vue
View file @
e4d7f2ce
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
@
confirm=
"selectJoinTime"
@
confirm=
"selectJoinTime"
/>
/>
<!-- 选择部门 -->
<!-- 选择部门 -->
<group-cell
dot
required
class=
"mt-4"
title=
"所属部门"
@
click=
"selectDep"
>
<group-cell
dot
required
class=
"mt-4"
title=
"所属部门"
@
click
.
native
=
"selectDep"
>
<c-cell
:title=
"currentDep.name"
/>
<c-cell
:title=
"currentDep.name"
/>
</group-cell>
</group-cell>
<!--按钮-->
<!--按钮-->
...
@@ -146,6 +146,7 @@ export default Vue.extend({
...
@@ -146,6 +146,7 @@ export default Vue.extend({
// this.acceptJoin = Object.assign(this.acceptJoin, this.$store.state.acceptJoin)
// this.acceptJoin = Object.assign(this.acceptJoin, this.$store.state.acceptJoin)
const
dep
=
await
this
.
getSub
(
this
.
depId
)
const
dep
=
await
this
.
getSub
(
this
.
depId
)
this
.
currentDep
=
dep
.
dep
this
.
currentDep
=
dep
.
dep
this
.
date
=
this
.
formatDate
(
new
Date
())
},
},
methods
:
{
methods
:
{
async
selectDep
()
{
async
selectDep
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment