|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*
|
|
|
|
|
* @Author: your name
|
|
|
|
|
* @Date: 2021-10-27 15:29:37
|
|
|
|
|
* @LastEditTime: 2021-10-28 10:36:57
|
|
|
|
|
* @LastEditTime: 2021-10-28 11:10:10
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
|
* @FilePath: /data-show/src/views/IndustryDataExport/tableEvent.js
|
|
|
|
@ -49,14 +49,15 @@ export default {
|
|
|
|
|
this.doFormQS(series);
|
|
|
|
|
|
|
|
|
|
this.form.sTimeType = this.$route.query.sTimeType || 34;
|
|
|
|
|
this.gValue = 0;
|
|
|
|
|
this.form.sStartTime = this.$route.query.startTime || "";
|
|
|
|
|
this.form.sEndTime = this.$route.query.endTime || "";
|
|
|
|
|
if (this.form.sStartTime && this.form.sEndTime) {
|
|
|
|
|
this.selTime = [this.form.sStartTime, this.form.sEndTime];
|
|
|
|
|
}
|
|
|
|
|
if (this.form.sTimeType === 4) {
|
|
|
|
|
if (this.form.sTimeType == 4) {
|
|
|
|
|
this.gValue = 4;
|
|
|
|
|
} else {
|
|
|
|
|
this.gValue = 0;
|
|
|
|
|
}
|
|
|
|
|
if (this.form.token) {
|
|
|
|
|
this.rowSelection = rowSelection(this);
|
|
|
|
|