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