修复标题的问题

This commit is contained in:
aixianling
2021-12-02 11:28:21 +08:00
parent cb04c85584
commit 449e4ef7cb

View File

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