Merge branch 'Willy'
This commit is contained in:
commit
498c101152
@ -155,6 +155,7 @@
|
|||||||
var countOperationRecodeFile = 0;
|
var countOperationRecodeFile = 0;
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
var url = new URL(location.href);
|
var url = new URL(location.href);
|
||||||
stationId = url.searchParams.get('stationId');
|
stationId = url.searchParams.get('stationId');
|
||||||
|
|
||||||
@ -1069,6 +1070,7 @@
|
|||||||
|
|
||||||
//歷史第一個table
|
//歷史第一個table
|
||||||
getTable();
|
getTable();
|
||||||
|
$('#to30day').trigger('click');
|
||||||
});
|
});
|
||||||
|
|
||||||
//#region 變更左邊電站Collapse選單箭頭
|
//#region 變更左邊電站Collapse選單箭頭
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pr-3">
|
<div class="pr-3">
|
||||||
<button type="button" class="btn btn-secondary waves-effect waves-themed" onclick="ChangeDate30exception()">近30天</button>
|
<button type="button" class="btn btn-secondary waves-effect waves-themed" onclick="ChangeDate30exception()" id="to30day">近30天</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="pr-6">
|
<div class="pr-6">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user