Commit 85b0e608 by allan0815

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

parent 7bfd88cf
......@@ -1381,7 +1381,7 @@
$.submit({
url: '@Url.Content("~/Reports/Finance/IndexJson")',
type: "POST",
data: 'type=' + type + '&day=' + day + '&paycompanyvalue=' + paycompany,
paramData: 'type=' + type + '&day=' + day + '&paycompanyvalue=' + paycompany,
func: function (result) {
if (result.success) {
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