|
@@ -260,12 +260,13 @@ export default function () {
|
|
|
me._lookupSet(toTarget, value)
|
|
|
})
|
|
|
|
|
|
- const {lookupClearOnChange} = me
|
|
|
- if (_.isArray(lookupClearOnChange)) {
|
|
|
- _.each(lookupClearOnChange, item => {
|
|
|
- me._lookupSet(item, '')
|
|
|
- })
|
|
|
- }
|
|
|
+ // 选定之后不能做清空
|
|
|
+ // const {lookupClearOnChange} = me
|
|
|
+ // if (_.isArray(lookupClearOnChange)) {
|
|
|
+ // _.each(lookupClearOnChange, item => {
|
|
|
+ // me._lookupSet(item, '')
|
|
|
+ // })
|
|
|
+ // }
|
|
|
|
|
|
me.collapse();
|
|
|
},
|