巫溪查询网格

This commit is contained in:
liuye
2023-05-15 10:17:42 +08:00
parent 6402952351
commit e46e2f38db
2 changed files with 2 additions and 2 deletions

View File

@@ -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)