Commit fb759e10 authored by 刘明珠's avatar 刘明珠

年报申报接口参数补充

parent 79f5daef
...@@ -1338,7 +1338,8 @@ function saveData(operateType,isZcfxtx) { ...@@ -1338,7 +1338,8 @@ function saveData(operateType,isZcfxtx) {
type: "POST", type: "POST",
url: url, url: url,
data: { data: {
data: JSON.stringify(pagedata) data: JSON.stringify(pagedata),
taxInfo: localStorage.getItem("data")
}, },
dataType: "json", dataType: "json",
success: function success(data, textStatus, jqXHR) { success: function success(data, textStatus, jqXHR) {
......
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