refactor: refs #8277 rename dmsType to dmsTypeFk in EntryPreAccount.vue
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
a1f93a87b2
commit
cd7f9e15fc
|
@ -93,7 +93,7 @@ const columns = computed(() => [
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
component: 'select',
|
component: 'select',
|
||||||
label: null,
|
label: null,
|
||||||
name: 'dmsType',
|
name: 'dmsTypeFk',
|
||||||
url: 'DmsTypes',
|
url: 'DmsTypes',
|
||||||
fields: ['id', 'name'],
|
fields: ['id', 'name'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue