Commit ec30b09b authored by fanlin@91isoft.com's avatar fanlin@91isoft.com

bug32 目前bug为:未发布和已发布得培训编辑页右上角均为[存为草稿],现在期望未发布状态为【存为草稿】,已发布状态变更为【保存】按钮

parent 408ca7e0
......@@ -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'
})
},
// 下拉刷新事件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment