This commit is contained in:
parent
54c0409ac7
commit
5d9c290a4b
|
|
@ -655,6 +655,8 @@ export default {
|
|||
this.id = newVal.query.id
|
||||
const obj = Object.assign({}, this.$route, { title: '领用申请详情' })
|
||||
this.$tab.updatePage(obj)
|
||||
this.taskId = this.$route.query.taskId
|
||||
this.getLeaseTaskDetailFun()
|
||||
}
|
||||
|
||||
if (this.isEdit || this.isDetail) {
|
||||
|
|
@ -675,8 +677,8 @@ export default {
|
|||
// const obj = Object.assign({}, this.$route, { title: '领用申请编辑' })
|
||||
// this.$tab.updatePage(obj)
|
||||
} else if (this.$route.query.type == 'detail') {
|
||||
this.taskId = this.$route.query.taskId
|
||||
this.getLeaseTaskDetailFun()
|
||||
// this.taskId = this.$route.query.taskId
|
||||
// this.getLeaseTaskDetailFun()
|
||||
// this.isEdit = false
|
||||
// this.isDetail = true
|
||||
// this.id = this.$route.query.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue