巫溪查询网格
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)
|
||||
|
||||
Reference in New Issue
Block a user