bug
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
getList (date) {
|
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) {
|
if (res.code === 0) {
|
||||||
this.list = Object.keys(res.data).map(v => {
|
this.list = Object.keys(res.data).map(v => {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user