bug修复
This commit is contained in:
parent
a7a930667d
commit
28c1793478
|
|
@ -336,7 +336,7 @@ export default {
|
||||||
this.routerParams = this.$route.query
|
this.routerParams = this.$route.query
|
||||||
let title = '新增申请'
|
let title = '新增申请'
|
||||||
if (this.routerParams.isView) {
|
if (this.routerParams.isView) {
|
||||||
title = '查看工申请'
|
title = '查看申请'
|
||||||
} else if (this.routerParams.isEdit) {
|
} else if (this.routerParams.isEdit) {
|
||||||
title = '编辑申请'
|
title = '编辑申请'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue