refactor: refs #7638 add cmrFk order
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
af612f9379
commit
ac19803fcd
|
@ -308,7 +308,7 @@ function downloadPdfs() {
|
|||
:data-key
|
||||
url="Cmrs/filter"
|
||||
:columns="columns"
|
||||
:order="['shipped DESC']"
|
||||
:order="['shipped DESC', 'cmrFk ASC']"
|
||||
:user-params="userParams"
|
||||
default-mode="table"
|
||||
v-model:selected="selectedRows"
|
||||
|
|
Loading…
Reference in New Issue