fix: remove url
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
2d9d58f79c
commit
3da7425f6f
|
@ -254,11 +254,8 @@ const columns = computed(() => [
|
||||||
align: 'left',
|
align: 'left',
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
component: 'select',
|
component: 'select',
|
||||||
url: 'Departments',
|
|
||||||
attrs: {
|
attrs: {
|
||||||
options: DepartmentOpts.value,
|
options: DepartmentOpts.value,
|
||||||
optionValue: 'id',
|
|
||||||
optionLabel: 'name',
|
|
||||||
dense: true,
|
dense: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue