Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
cdf140de
Commit
cdf140de
authored
Jul 20, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 新建活码
parent
3d18f9a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
act-code-set.vue
src/views/salesleads/components/act-code-set.vue
+6
-7
No files found.
src/views/salesleads/components/act-code-set.vue
View file @
cdf140de
...
...
@@ -181,16 +181,15 @@ export default {
this
.
form
.
memberLabelId
=
val
.
memberLabelId
?
val
.
memberLabelId
:
''
;
this
.
form
.
memberLabelName
=
val
.
memberLabelName
?
val
.
memberLabelName
:
''
;
this
.
form
.
welcomeId
=
val
.
welcomeId
;
console
.
log
(
val
.
welcomeId
,
this
.
form
.
welcomeId
,
'val.welcomeId'
);
if
(
!
val
.
welcomeId
)
{
this
.
welcomeType
=
2
;
}
else
{
if
(
this
.
form
.
welcomeId
)
{
this
.
welcomeType
=
1
;
}
else
{
this
.
welcomeType
=
2
;
}
}
}
,
immediate
:
true
,
deep
:
true
}
//
immediate: true,
//
deep: true
}
}
};
...
...
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