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'"
|
:value-key="config.valueKey || 'value'"
|
||||||
:allow-create="config.allowCreate"
|
:allow-create="config.allowCreate"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:remote-method="remoteMethod"
|
:remote-method="config.remote && remoteMethod"
|
||||||
@change="changeHandler"
|
@change="changeHandler"
|
||||||
@visible-change="visibleHandler"
|
@visible-change="visibleHandler"
|
||||||
>
|
>
|
||||||
@ -354,8 +354,6 @@ export default defineComponent({
|
|||||||
return getConfig('request');
|
return getConfig('request');
|
||||||
},
|
},
|
||||||
|
|
||||||
async getInitOption() {},
|
|
||||||
|
|
||||||
changeHandler(value: any) {
|
changeHandler(value: any) {
|
||||||
emit('change', value);
|
emit('change', value);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user