提交 2f7055fe 编写于 作者: 智布道's avatar 智布道 👁

🐛 Decode the serialized content of the form

上级 a29012d9
......@@ -200,7 +200,7 @@ Table.prototype = {
this.bindEvent("click", selector, callback);
},
queryParams: function (params) {
var formdata = $(this.formId).serialize();
var formdata = decodeURIComponent($(this.formId).serialize());
var data = formdata.split('&');
var parameter = {};
for(var i=0;i<data.length;i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册