This commit is contained in:
liuye
2023-05-12 11:59:06 +08:00
parent 4100f0744d
commit 6ff5e64613

View File

@@ -150,7 +150,7 @@ export default {
},
// 所有网格
getGridList() {
this.instance.post(`/app/appgirdmemberinfo/queryMyGirdList`).then((res) => {
this.instance.post(`/app/appgirdinfo/listAll3`).then((res) => {
if (res?.code == 0) {
this.girdOptions = this.toTree(res.data)
}