简言之之后,仅更新一行,但并非全部都作出回复。
<<>Model>:
Ext.define( Exp.model.ProfileChannel , {
extend: Ext.data.Model ,
fields: [ id , channel , server , profile ],
proxy: {
type: ajax ,
api: {
read: /profilechannel/list ,
update: /profilechannel/save
},
reader: {
type: json ,
root: data
}
}
});
库存:
Ext.define( Exp.store.ProfileChannels , {
extend: Ext.data.Store ,
model: Exp.model.ProfileChannel ,
autoSync: true
});
让我在仓库中说:
{
id: 1 ,
profile: profile id ,
channel: ,
server:
}
之后:record.set(频道,id );
http://www.ohchr.org。
{
"success":true,
"data":[
{
id: 1 ,
profile: profile id ,
channel: channel id ,
server: server id added on backend
}
]
}
最后,我有<>record 类似:
{
id: 1 ,
profile: profile id ,
channel: channel id ,
server:
}
因此,问题在于我如何更新和服务器价值,我对此有新的价值。 或者我这样做是错误的? 为什么我会把所有财产放在不顾这些财产的地方?