This commit is contained in:
bb_pan 2025-08-29 11:22:02 +08:00
parent 54c0409ac7
commit 5d9c290a4b
1 changed files with 4 additions and 2 deletions

View File

@ -655,6 +655,8 @@ export default {
this.id = newVal.query.id this.id = newVal.query.id
const obj = Object.assign({}, this.$route, { title: '领用申请详情' }) const obj = Object.assign({}, this.$route, { title: '领用申请详情' })
this.$tab.updatePage(obj) this.$tab.updatePage(obj)
this.taskId = this.$route.query.taskId
this.getLeaseTaskDetailFun()
} }
if (this.isEdit || this.isDetail) { if (this.isEdit || this.isDetail) {
@ -675,8 +677,8 @@ export default {
// const obj = Object.assign({}, this.$route, { title: '' }) // const obj = Object.assign({}, this.$route, { title: '' })
// this.$tab.updatePage(obj) // this.$tab.updatePage(obj)
} else if (this.$route.query.type == 'detail') { } else if (this.$route.query.type == 'detail') {
this.taskId = this.$route.query.taskId // this.taskId = this.$route.query.taskId
this.getLeaseTaskDetailFun() // this.getLeaseTaskDetailFun()
// this.isEdit = false // this.isEdit = false
// this.isDetail = true // this.isDetail = true
// this.id = this.$route.query.id // this.id = this.$route.query.id