This commit is contained in:
liuye
2022-04-21 10:05:23 +08:00
parent 6648726837
commit 5a6684b39d
2 changed files with 15 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<span class="tips">*</span>党员信息
</div>
<div class="value">
<AiPagePicker type="party" @select="handlePartySelect" single>
<AiPagePicker type="party" @select="handlePartySelect" single :isFourParty="true">
<AiMore v-model="form.partyName" placeholder="请选择"/>
</AiPagePicker>
</div>