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