未加载到* ngFor循环中的选项标签的数据取消单击外部选择

时间:2018-06-17 09:50:11

标签: select angular5 ngfor

我在将数据加载到视图时遇到问题。这是代码:

[{
    "id": 0,
    "name": "Cycling"
},
{
    "id": 1,
    "name": "Hiking"
},
{
    "id": 2,
    "name": "Cooking"
},
{
    "id": 3,
    "name": "Rock climbing"
}]

类别返回:

my_cron = CronTab(user=True)
cwd = os.getcwd()
runspider = my_cron.new(command = f'cd {cwd} && scrapy crawl YahooStocks', 
  comment ='YahooStocks')
runspider.minute.every(freq)
my_cron.write()
runspider.run()

在页面而不是数据上我得到了这个: enter image description here

点击select标签后面的数据显示: data after click

有谁知道我做错了什么?

0 个答案:

没有答案