Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
admin-base
Commits
7ab47a6d
Commit
7ab47a6d
authored
Sep 12, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a643bae3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
dialog.vue
src/components/team/dialog.vue
+2
-1
hourDialog.vue
src/components/team/hourDialog.vue
+2
-1
No files found.
src/components/team/dialog.vue
View file @
7ab47a6d
...
...
@@ -190,6 +190,7 @@
}
,
data
()
{
return
{
CALLBACK_INTENTION
:
CALLBACK_INTENTION
,
show
:
false
,
loading
:
true
,
list
:
[],
...
...
@@ -214,7 +215,7 @@
transIntention
(
string
)
{
var
result
;
if
(
string
)
{
result
=
CALLBACK_INTENTION
.
find
(
i
=>
{
result
=
this
.
CALLBACK_INTENTION
.
find
(
i
=>
{
return
i
.
value
==
string
}
).
label
}
else
{
...
...
src/components/team/hourDialog.vue
View file @
7ab47a6d
...
...
@@ -183,6 +183,7 @@
},
data
()
{
return
{
CALLBACK_INTENTION
:
CALLBACK_INTENTION
,
dialog
:
{
search
:
{
wechat_number
:
''
,
...
...
@@ -225,7 +226,7 @@
transIntention
(
string
)
{
var
result
;
if
(
string
)
{
result
=
CALLBACK_INTENTION
.
find
(
i
=>
{
result
=
this
.
CALLBACK_INTENTION
.
find
(
i
=>
{
return
i
.
value
==
string
}).
label
}
else
{
...
...
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