bug修复

This commit is contained in:
hongchao 2025-11-19 13:10:32 +08:00
parent a7a930667d
commit 28c1793478
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ export default {
this.routerParams = this.$route.query
let title = '新增申请'
if (this.routerParams.isView) {
title = '查看申请'
title = '查看申请'
} else if (this.routerParams.isEdit) {
title = '编辑申请'
}