Update form.vue
This commit is contained in:
parent
0b5e515e29
commit
df1ce6dbe8
|
@ -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:[
|
||||||
|
|
Loading…
Reference in New Issue