去掉console

This commit is contained in:
shijingjing
2022-02-17 15:15:43 +08:00
parent 148e74be9b
commit 5472da8a44
3 changed files with 0 additions and 3 deletions

View File

@@ -113,7 +113,6 @@ export default {
searckGird(row) {
this.treeList = []
console.log(this.treeList);
if(row.girdLevel != 2) { //查网格
this.$http.post(`/app/appgirdinfo/list?parentGirdId=${row.id}&size=999`).then((res) => {
if (res?.data) {