获取userId

This commit is contained in:
caoxinyu
2019-06-13 17:00:08 +08:00
parent 11a383ff2d
commit 94dd09f38b
3 changed files with 11 additions and 3 deletions

View File

@@ -270,7 +270,7 @@ export default {
computed: {
...mapGetters([
'name',
'id' // 人员编号
'id'// 人员编号
]),
groupName() {
for (let i = 0; i < this.group.length; i++) {