调查走访=>事务记录

This commit is contained in:
aixianling
2022-01-26 10:37:19 +08:00
parent ed74a7d2bc
commit e4e0384d96
2 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ import qs from "query-string"
export default {
name: "AppInterview",
appName: "调查走访",
appName: "事务记录",
inject: {
root: {}
},
@@ -102,7 +102,7 @@ export default {
}
},
onShow() {
document.title = "调查走访"
document.title = "事务记录"
this.current = 1;
this.getList()
},