Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
dbdf4dbb
Commit
dbdf4dbb
authored
Nov 29, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9156d639
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
course-form.vue
src/components/course/course-form.vue
+12
-9
No files found.
src/components/course/course-form.vue
View file @
dbdf4dbb
...
...
@@ -457,15 +457,18 @@
this
.
objOption
.
CourseSubject
=
res
.
Data
.
CourseSubject
;
this
.
objOption
.
B2BIcon
=
res
.
Data
.
B2BIcon
;
this
.
objOption
.
B2BBackground
=
res
.
Data
.
B2BBackground
;
this
.
objOption
.
CourseEmphasis
=
res
.
Data
.
CourseEmphasis
;
if
(
this
.
objOption
.
CourseEmphasis
&&
this
.
objOption
.
CourseEmphasis
!=
''
){
this
.
CourseEmphasis
=
this
.
objOption
.
CourseEmphasis
.
split
(
","
)
}
else
{
this
.
CourseEmphasis
=
[]
setTimeout
(()
=>
{
//Todo 暂时不知道什么原因 偶尔会出现2个 所以加了一个延迟
if
(
res
.
Data
.
CourseEmphasis
&&
res
.
Data
.
CourseEmphasis
!=
''
){
this
.
CourseEmphasis
=
res
.
Data
.
CourseEmphasis
.
split
(
","
).
map
(
Number
)
}
else
{
this
.
keynoteList
.
map
((
x
)
=>
{
this
.
CourseEmphasis
.
push
(
x
.
Id
)
})
}
},
100
)
if
(
res
.
Data
.
StepPriceList
&&
res
.
Data
.
StepPriceList
.
length
>
0
)
{
this
.
ladderPriceList
=
res
.
Data
.
StepPriceList
;
}
...
...
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