|
|
@ -140,13 +140,13 @@ export default { |
|
|
|
// if (res.data.gridId !== 0) { |
|
|
|
// this.isShowBnt = false; |
|
|
|
// } else { |
|
|
|
|
|
|
|
this.streetId = res.data.streetId ? res.data.streetId : ''; |
|
|
|
this.communityId = res.data.communityId ? res.data.communityId : ''; |
|
|
|
if (!this.streetId) { |
|
|
|
console.log(this.streetId); |
|
|
|
this.isShibei = true |
|
|
|
}else{ |
|
|
|
this.isShowBnt = false; |
|
|
|
// this.isShowBnt = false; |
|
|
|
} |
|
|
|
// } |
|
|
|
}) |
|
|
|