巫溪查询网格
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
methods: {
|
||||
getAllGrids() {
|
||||
this.selectList = []
|
||||
let url = `/app/appgirdinfo/listByInfo`
|
||||
let url = this.query.axiosUrl ? this.query.axiosUrl : `/app/appgirdinfo/listByInfo`
|
||||
this.$instance.post(url).then(res => {
|
||||
if (res?.data) {
|
||||
let parents = res.data?.map(e => e.parentGirdId)
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<h2>所属网格</h2>
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<AiPagePicker type="gird" v-model="form.girdId" :params="{formType:2}" @select="handleSelectGrid" nodeKey="id">
|
||||
<AiPagePicker type="gird" v-model="form.girdId" :params="{formType:2, axiosUrl:'/app/appgirdinfo/listAllByWuxi'}" @select="handleSelectGrid" nodeKey="id">
|
||||
<AiMore v-model="form.girdName"/>
|
||||
</AiPagePicker>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user