BUG 25338
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user