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.
我的应用程序有一个表单,用户在其中插入主记录(医疗处方)并插入一些细节(药物)。
我需要通过一次调用将这一切发送到服务器(现在我正在使用 rails)。
如何使用 extjs 4 做到这一点?
谢谢。
我解决了这个问题,构建了一个包含所有子记录内容的字符串。在服务器中,我在这个字符串中创建了一个“eval”以保存为一个数组。
前任。:
[{drug_id:1, morning: "1", night: "2"}, {drug_id:2, morning: "0", night: "1"},...]