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
14d9286a
Commit
14d9286a
authored
Aug 02, 2021
by
sixiaofeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队信息-头像管理上传调整
parent
9d06fe2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
team-avator.vue
src/views/team-info/team-avator.vue
+2
-4
No files found.
src/views/team-info/team-avator.vue
View file @
14d9286a
...
...
@@ -74,11 +74,9 @@ export default Vue.extend({
}
},
methods
:
{
onSelect
(
item
:
any
)
{
onSelect
(
item
:
string
)
{
(
document
.
getElementsByTagName
(
'input'
)[
0
]
as
HTMLInputElement
).
click
()
this
.
show
=
false
console
.
log
(
item
,
'item'
)
// console.log(this.$refs.xxx, 'xxx')
console
.
log
((
document
.
getElementsByClassName
(
'van-uploader__input'
)[
0
]
as
HTMLInputElement
).
click
(),
'zzzz'
)
},
afterRead
(
file
:
any
)
{
this
.
file
=
file
...
...
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