去掉console
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user