()
| 1396 | // ===================================================================== |
| 1397 | // 普通凭证管理 |
| 1398 | function refreshCredsStatus() { AppState.creds.refresh(); } |
| 1399 | function applyStatusFilter() { AppState.creds.applyStatusFilter(); } |
| 1400 | function changePage(direction) { AppState.creds.changePage(direction); } |
| 1401 | function changePageSize() { AppState.creds.changePageSize(); } |