Fix client table initial request
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
e74afae5b3
commit
7cc5c0bdbd
|
@ -32,7 +32,7 @@ const dateRange = computed(() => {
|
|||
const filter = reactive({
|
||||
where: {
|
||||
'v.stamp': {
|
||||
between: [from.value, to.value],
|
||||
between: dateRange.value,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
@ -148,7 +148,7 @@ const columns = computed(() => [
|
|||
ref="paginateRef"
|
||||
data-key="SalesMonitorClients"
|
||||
url="SalesMonitors/clientsFilter"
|
||||
order="dated DESC, hour DESC"
|
||||
:order="['dated DESC', 'hour DESC']"
|
||||
:limit="6"
|
||||
:expr-builder="exprBuilder"
|
||||
:user-params="params"
|
||||
|
|
Loading…
Reference in New Issue