Update form.vue

This commit is contained in:
sc 2021-10-11 10:54:13 +08:00
parent 0b5e515e29
commit df1ce6dbe8
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
span: 24, span: 24,
options: { options: {
remote: { remote: {
api: '/api/system/dic/get', api: `${this.$CONFIG.API_URL}/system/dic/get`,
data: {name: 'a'} data: {name: 'a'}
}, },
multiple: true, multiple: true,
@ -123,7 +123,7 @@
span: 24, span: 24,
options: { options: {
remote: { remote: {
api: '/api/system/dic/get', api: `${this.$CONFIG.API_URL}/system/dic/get`,
data: {name: 'b'} data: {name: 'b'}
}, },
items:[ items:[