|
@@ -3901,6 +3901,9 @@
|
|
|
this.lampId = data.id;
|
|
|
this.historicalLampId = data.id;
|
|
|
this.lampLoadtype = data.loadtype;
|
|
|
+ let time = new Date();
|
|
|
+ console.log(time.getFullYear().toString()+'-'+(time.getMonth() + 1)+'-'+(time.getDate()-1))
|
|
|
+ this.screenDateLS = [time.getFullYear().toString()+'-'+(time.getMonth() + 1)+'-'+(time.getDate()-1),new Date().format('YY-mm-dd')];
|
|
|
this.historicalDialog = true;
|
|
|
this.currentPageLS = 1;
|
|
|
this.historicalNavSelect = 'lamp_info_log';
|