list = [ {id: 0, text: 'a'}, {id: 1, text: 'b'}]我们将 list[1].text = 'c'; 此时页面没有变化。请问这种问题怎么解决,我是dva新手,不清楚其实就是dva版的TODO list 。 查看完整描述