forEach正在使用数组而不是对象.
您需要获取密钥然后迭代
Object.keys(this.toilets).forEach(key=> { console.log(this.toilets[key]) ; });