BUG 25359
This commit is contained in:
@@ -44,9 +44,7 @@ export default {
|
||||
inject: {root: {}},
|
||||
computed: {
|
||||
isEdit() {
|
||||
let flag = this.$route.query?.detail != 1
|
||||
document.title = flag ? "新增走访" : "走访详情"
|
||||
return flag
|
||||
return this.$route.query?.detail != 1
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user