tmp
This commit is contained in:
@@ -253,7 +253,7 @@ export default {
|
|||||||
let sdata = { ...this.queryParams };
|
let sdata = { ...this.queryParams };
|
||||||
sdata.pageNum = null;
|
sdata.pageNum = null;
|
||||||
sdata.pageSize = null;
|
sdata.pageSize = null;
|
||||||
this.download('survey/itinerary/xwExport', {
|
this.download('survey/itinerary/fdyExport', {
|
||||||
...sdata
|
...sdata
|
||||||
}, `学生假期离校返校填写记录_${new Date().getTime()}.xlsx`)
|
}, `学生假期离校返校填写记录_${new Date().getTime()}.xlsx`)
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -265,7 +265,8 @@ export default {
|
|||||||
let res = await listFdyStuReturn(this.lookParams);
|
let res = await listFdyStuReturn(this.lookParams);
|
||||||
loading.close();
|
loading.close();
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.lookList = [...res.data];
|
this.lookList = [...res.rows];
|
||||||
|
this.lookTotal = res.total;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async listAllSurvey() {
|
async listAllSurvey() {
|
||||||
|
|||||||
Reference in New Issue
Block a user