bug
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
methods: {
|
||||
getList (date) {
|
||||
this.$http.post(`/api/appattendancerecord/userphotosort?queryTime=${date}`).then(res => {
|
||||
this.$http.post(`/api/appattendancerecord/alluserphotosort?queryTime=${date}`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.list = Object.keys(res.data).map(v => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user