This commit is contained in:
liuye
2023-04-19 17:37:51 +08:00
parent 9ed562f3b4
commit bfec821f50

View File

@@ -67,6 +67,9 @@ export default {
} }
this.getList() this.getList()
}, },
onShow() {
document.title = this.nodeKey == 'openId' ? '选择居民' : '选择员工'
},
methods: { methods: {
getList() { getList() {
let {current, total, name: con, $route: {query: {action = `/admin/user/userIntegralList`}}} = this let {current, total, name: con, $route: {query: {action = `/admin/user/userIntegralList`}}} = this