mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(form): 修复select过滤本地数据出错
This commit is contained in:
parent
0e74970bfe
commit
4d7b135e50
@ -15,7 +15,7 @@
|
||||
:value-key="config.valueKey || 'value'"
|
||||
:allow-create="config.allowCreate"
|
||||
:disabled="disabled"
|
||||
:remote-method="remoteMethod"
|
||||
:remote-method="config.remote && remoteMethod"
|
||||
@change="changeHandler"
|
||||
@visible-change="visibleHandler"
|
||||
>
|
||||
@ -354,8 +354,6 @@ export default defineComponent({
|
||||
return getConfig('request');
|
||||
},
|
||||
|
||||
async getInitOption() {},
|
||||
|
||||
changeHandler(value: any) {
|
||||
emit('change', value);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user