Commit 85b0e608 by allan0815

解决资产负债表异常显示的问题

parent 7bfd88cf
...@@ -1381,7 +1381,7 @@ ...@@ -1381,7 +1381,7 @@
$.submit({ $.submit({
url: '@Url.Content("~/Reports/Finance/IndexJson")', url: '@Url.Content("~/Reports/Finance/IndexJson")',
type: "POST", type: "POST",
data: 'type=' + type + '&day=' + day + '&paycompanyvalue=' + paycompany, paramData: 'type=' + type + '&day=' + day + '&paycompanyvalue=' + paycompany,
func: function (result) { func: function (result) {
if (result.success) { if (result.success) {
var list = result.data; var list = result.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment