BUG 29477

This commit is contained in:
aixianling
2022-05-05 15:54:33 +08:00
parent 04f788f0ad
commit ee0d844494
3 changed files with 25 additions and 15 deletions

View File

@@ -62,7 +62,7 @@
<h2>上报网格</h2>
</div>
<div class="form-item__right">
<AiPagePicker type="custom" v-model="form.girdId" @select="handleSelectGrid"
<AiPagePicker type="custom" v-model="form.girdId" @select="handleSelectGrid" self
:ops="{url:'../AppGridManagement/SelectGird',label: 'girdName'}">
<AiMore v-model="form.girdName"/>
</AiPagePicker>