fix: use right endpoint for CustomerList #1283
|
@ -403,7 +403,7 @@ function handleLocation(data, location) {
|
||||||
<VnTable
|
<VnTable
|
||||||
ref="tableRef"
|
ref="tableRef"
|
||||||
data-key="CustomerList"
|
data-key="CustomerList"
|
||||||
url="Clients/filter"
|
url="Clients/extendedListFilter"
|
||||||
order="id DESC"
|
order="id DESC"
|
||||||
:create="{
|
:create="{
|
||||||
urlCreate: 'Clients/createWithUser',
|
urlCreate: 'Clients/createWithUser',
|
||||||
|
|
Loading…
Reference in New Issue