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