BUG 25114

This commit is contained in:
aixianling
2021-11-30 11:39:01 +08:00
parent 21cb522b73
commit 295b294aff
2 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ export default {
computed: {
isEdit() {
let flag = this.$route.query?.detail != 1
!flag && uni.setNavigationBarTitle({title: "走访详情"})
document.title = flag ? "新增走访" : "走访详情"
return flag
},
rules() {