|
|
@ -13,7 +13,6 @@ |
|
|
<a-select |
|
|
<a-select |
|
|
@change="handleGroupChange" |
|
|
@change="handleGroupChange" |
|
|
class="flex-1" |
|
|
class="flex-1" |
|
|
style="min-width: 14em" |
|
|
|
|
|
v-decorator="['groupValue',{ initialValue: groupValue }]" |
|
|
v-decorator="['groupValue',{ initialValue: groupValue }]" |
|
|
> |
|
|
> |
|
|
<a-select-option :key="item.id" :value="item.value" v-for="item in groups">{{ item.name }}</a-select-option> |
|
|
<a-select-option :key="item.id" :value="item.value" v-for="item in groups">{{ item.name }}</a-select-option> |
|
|
|