This commit is contained in:
yanran200730
2022-08-18 16:53:43 +08:00
parent ce757a9f37
commit 2d3b5292c2

View File

@@ -145,7 +145,6 @@ export default {
getGridList(id) {
this.$loading()
this.$http.post(`/app/appgirdinfo/queryChildGirdInfoByGirdId?girdId=${id}`).then((res) => {
console.log(res)
if (res?.data) {
const arr = []
res.data.map(v => {