1
This commit is contained in:
@@ -145,7 +145,6 @@ export default {
|
|||||||
getGridList(id) {
|
getGridList(id) {
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$http.post(`/app/appgirdinfo/queryChildGirdInfoByGirdId?girdId=${id}`).then((res) => {
|
this.$http.post(`/app/appgirdinfo/queryChildGirdInfoByGirdId?girdId=${id}`).then((res) => {
|
||||||
console.log(res)
|
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
const arr = []
|
const arr = []
|
||||||
res.data.map(v => {
|
res.data.map(v => {
|
||||||
|
|||||||
Reference in New Issue
Block a user