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

老在线接口调用纠正

parent 3ffcf2f7
......@@ -205,8 +205,8 @@ function initPage(companyInfo) {
showLoading()
$.ajax({
type: "POST",
// url: url + "/online/amend/toGzPzzl",
url: url + "/online/amend/toGzPzzl",
// url: url + "/online_report/amend/toGzPzzl",
url: url + "/online_report/amend/toGzPzzl",
dataType: "json", // 请求方式为jsonp
data: {
data: JSON.stringify(data)
......
......@@ -397,7 +397,7 @@ function initPage(companyInfo) {
var falg = "declare";
$.ajax({
type: "POST",
url: url + "/online/declare/toPzzl",
url: url + "/online_report/declare/toPzzl",
dataType: "json", // 请求方式为jsonp
data: {
data: JSON.stringify(submitData)
......
......@@ -360,7 +360,7 @@ function initPage(companyInfo) {
var falg = "declare";
$.ajax({
type: "POST",
url: url + "/online/declare/toPzzl",
url: url + "/online_report/declare/toPzzl",
dataType: "json", // 请求方式为jsonp
data: {
data: JSON.stringify(submitData)
......
......@@ -376,7 +376,7 @@ function initPage(companyInfo) {
var falg = "declare";
$.ajax({
type: "POST",
url: url + "/online/declare/toPzzl",
url: url + "/online_report/declare/toPzzl",
dataType: "json", // 请求方式为jsonp
data: {
data: JSON.stringify(submitData)
......
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