|
@@ -94,6 +94,8 @@
|
|
|
labelField: 'name',
|
|
|
valueField: 'id',
|
|
|
immediate: false,
|
|
|
+ showSearch: true,
|
|
|
+ optionFilterProp: 'label',
|
|
|
// onChange: function (_, opt) {
|
|
|
// // Reflect.set(modalRecord, 'shippingName', opt.label);
|
|
|
// },
|
|
@@ -127,6 +129,8 @@
|
|
|
labelField: 'name',
|
|
|
valueField: 'id',
|
|
|
immediate: false,
|
|
|
+ showSearch: true,
|
|
|
+ optionFilterProp: 'label',
|
|
|
// onChange: function (_, opt) {
|
|
|
// // Reflect.set(modalRecord, 'shippingName', opt.label);
|
|
|
// },
|
|
@@ -153,9 +157,8 @@
|
|
|
labelField: 'sceneName',
|
|
|
valueField: 'id',
|
|
|
immediate: false,
|
|
|
- // onChange: function (_, opt) {
|
|
|
- // // Reflect.set(modalRecord, 'shippingName', opt.label);
|
|
|
- // },
|
|
|
+ showSearch: true,
|
|
|
+ optionFilterProp: 'label',
|
|
|
params: {
|
|
|
page: 1,
|
|
|
limit: 1000,
|