|
@@ -147,7 +147,7 @@
|
|
|
<ion-label>民族</ion-label>
|
|
|
<ion-select name="nationID" id="nationID" okText="确定" cancelText="取消" v-model="baseData.nation"
|
|
|
interface="action-sheet" placeholder="请选择民族" style="width:100%;text-align:left;" >
|
|
|
- <ion-select-option v-for=" (it,key) in nationTypeList" :key="key" :value="it.name">
|
|
|
+ <ion-select-option v-for=" (it,key) in nationTypeList" :key="key" :value="it.value">
|
|
|
{{ it.name }}
|
|
|
</ion-select-option>
|
|
|
</ion-select>
|