BUG 25359
This commit is contained in:
@@ -73,9 +73,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
emitShow() {
|
||||
document.title = document.title || "调查走访"
|
||||
document.title = "调查走访"
|
||||
if (this.showDetail) {
|
||||
|
||||
document.title = this.$route.query.detail ? "走访详情" : "新增走访"
|
||||
} else {
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
|
||||
Reference in New Issue
Block a user