26628 26622

This commit is contained in:
花有清香月有阴
2022-01-12 14:39:46 +08:00
parent a988574d1b
commit 8fb533e769
3 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<div class="nameBottom">
<span>上报第</span>
<span class="num">{{ userList.diffNum }}</span>
<span class="num">{{ diffNum }}</span>
<span></span>
</div>
</div>
@@ -66,6 +66,7 @@ export default {
id: '',
name: '',
userList: [],
diffNum: '',
}
},
computed: {
@@ -78,6 +79,7 @@ export default {
this.name = o.name
this.id = o.id
this.phone = o.phone
this.diffNum = o.diffNum
this.getUser()
}
this.getRecord()