|
@@ -42,7 +42,7 @@
|
|
size="mini"
|
|
size="mini"
|
|
icon="el-icon-download"
|
|
icon="el-icon-download"
|
|
:disabled="dataList.length === 0"
|
|
:disabled="dataList.length === 0"
|
|
- v-hasPermi="['session:session:downloadExcel']"
|
|
|
|
|
|
+ v-hasPermi="['daily:daily:downloadExcel']"
|
|
@click="handleExport"
|
|
@click="handleExport"
|
|
v-loading.fullscreen.lock="handleExportLoading"
|
|
v-loading.fullscreen.lock="handleExportLoading"
|
|
element-loading-text="正在拼命生成数据中..."
|
|
element-loading-text="正在拼命生成数据中..."
|
|
@@ -142,7 +142,7 @@
|
|
};
|
|
};
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- this.$set(this.queryParams,'performDate',moment().format("yyyy-MM-DD"));
|
|
|
|
|
|
+ this.$set(this.queryParams,'performDate',moment().add(1, 'days').format('YYYY-MM-DD'));
|
|
this.pagePerformTimeListFun(this.performDate)
|
|
this.pagePerformTimeListFun(this.performDate)
|
|
this.getList();
|
|
this.getList();
|
|
// this.ticketListApi();
|
|
// this.ticketListApi();
|
|
@@ -222,7 +222,7 @@
|
|
this.$set(this.queryParams, 'seatTypeId', '');
|
|
this.$set(this.queryParams, 'seatTypeId', '');
|
|
this.$set(this.queryParams, 'timeId', '');
|
|
this.$set(this.queryParams, 'timeId', '');
|
|
// this.queryParams.pageNum = 1;
|
|
// this.queryParams.pageNum = 1;
|
|
- this.$set(this.queryParams,'performDate',moment().format("yyyy-MM-DD"));
|
|
|
|
|
|
+ this.$set(this.queryParams,'performDate',moment().add(1, 'days').format('YYYY-MM-DD'));
|
|
this.handleQuery();
|
|
this.handleQuery();
|
|
},
|
|
},
|
|
dateChange(e){
|
|
dateChange(e){
|