BUG 25338

This commit is contained in:
aixianling
2021-12-09 18:05:51 +08:00
parent ebff9340b2
commit 0eb893f4a4

View File

@@ -73,10 +73,10 @@ export default {
}, },
methods: { methods: {
emitShow() { emitShow() {
document.title = document.title||"调查走访"
if (this.showDetail) { if (this.showDetail) {
} else { } else {
document.title = "调查走访"
this.current = 1; this.current = 1;
this.getList() this.getList()
} }