Browse Source

选择患者信息

master
lucky 5 years ago
parent
commit
2da872b75d
  1. 1
      src/components/PatientInfo/Search.vue

1
src/components/PatientInfo/Search.vue

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

Loading…
Cancel
Save