Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
代码
editoptions: { dataUrl: 'LegalEntitiesAjax/GetMyData', postData: function (rowid) { return { myVar: rowid } },
我需要将 rowid 传递给GetMyData操作,不幸的myVar是,在控制器中点击操作时为空。
GetMyData
myVar
关于如何做这个简单的事情的任何提示?