标签: angular
this.vendorService.getCities(e.id) .then((d) => { this.cityList = d.info; } });
当我在断点中检查this.cityList时它会抛出错误,但在console.log(this.cityList)中它可以正常工作。
我正在使用Angular-cli
未捕获的TypeError:无法读取属性' cityList'未定义的