Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
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
王旭
mt-education-mobile
Commits
ec30b09b
Commit
ec30b09b
authored
Apr 05, 2020
by
fanlin@91isoft.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug32 目前bug为:未发布和已发布得培训编辑页右上角均为[存为草稿],现在期望未发布状态为【存为草稿】,已发布状态变更为【保存】按钮
parent
408ca7e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
IReleasedTrain.vue
src/views/PersonalCenter/IReleasedTrain.vue
+3
-5
No files found.
src/views/PersonalCenter/IReleasedTrain.vue
View file @
ec30b09b
...
...
@@ -258,7 +258,8 @@ export default {
this
.
$router
.
push
({
path
:
'/addTrain'
,
query
:
{
slId
:
this
.
businessId
slId
:
this
.
businessId
,
releaseState
:
this
.
releaseState
}
})
this
.
popupShow
=
false
...
...
@@ -387,10 +388,7 @@ export default {
addTrain
()
{
console
.
log
(
this
.
releaseState
,
'releaseState'
)
this
.
$router
.
push
({
name
:
'AddTrain'
,
query
:
{
releaseState
:
this
.
releaseState
}
name
:
'AddTrain'
})
},
// 下拉刷新事件
...
...
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