mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 03:58:41 +00:00
fix account/audit list ling
This commit is contained in:
parent
31b38c8691
commit
bc54df7cd9
|
|
@ -42,7 +42,7 @@ $audits = $this->data['audits'] ?? [];
|
||||||
|
|
||||||
$tableView = $this->data['tableView'];
|
$tableView = $this->data['tableView'];
|
||||||
$tableView->id = 'auditList';
|
$tableView->id = 'auditList';
|
||||||
$tableView->baseUri = '{/base}/admin/audit/list';
|
$tableView->baseUri = '{/base}/admin/account/settings?id=' . $account->id;
|
||||||
$tableView->exportUri = '{/api}auditor/list/export';
|
$tableView->exportUri = '{/api}auditor/list/export';
|
||||||
$tableView->setObjects($audits);
|
$tableView->setObjects($audits);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user