fix: 为providerid和upappid的alter添加显式的textField和valueField
This commit is contained in:
parent
37c6814b2d
commit
2f2841c16c
@ -39,11 +39,15 @@
|
||||
},
|
||||
"providerid": {
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('../api/get_organizations.dspy')}}"
|
||||
"dataurl": "{{entire_url('../api/get_organizations.dspy')}}",
|
||||
"textField": "text",
|
||||
"valueField": "value"
|
||||
},
|
||||
"upappid": {
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('../api/get_upapps.dspy')}}"
|
||||
"dataurl": "{{entire_url('../api/get_upapps.dspy')}}",
|
||||
"textField": "text",
|
||||
"valueField": "value"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user