Commit 3c670ea3 authored by 刘明珠's avatar 刘明珠

接口还原

parent 850887a8
...@@ -281,7 +281,6 @@ function initPage(companyInfo) { ...@@ -281,7 +281,6 @@ function initPage(companyInfo) {
value: config.value value: config.value
} }
$.ajax({ $.ajax({
// url: url + "/ssfwpt/declare/getPzzlList",
url: url + "/ssfwpt/declare/getPzzlList", url: url + "/ssfwpt/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
...@@ -380,7 +379,6 @@ function initPage(companyInfo) { ...@@ -380,7 +379,6 @@ function initPage(companyInfo) {
var falg = "declare"; var falg = "declare";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/ssfwpt/declare/toPzzl",
url: url + "/ssfwpt/declare/toPzzl", url: url + "/ssfwpt/declare/toPzzl",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
......
...@@ -344,7 +344,6 @@ function initPage(companyInfo) { ...@@ -344,7 +344,6 @@ function initPage(companyInfo) {
var falg = "declare"; var falg = "declare";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/ssfwpt/declare/toPzzl",
url: url + "/ssfwpt/declare/toPzzl", url: url + "/ssfwpt/declare/toPzzl",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
......
...@@ -221,7 +221,6 @@ function initPage(companyInfo) { ...@@ -221,7 +221,6 @@ function initPage(companyInfo) {
refreshSbzt: refreshSbzt refreshSbzt: refreshSbzt
} }
$.ajax({ $.ajax({
// url: url + "/ssfwpt/declare/getPzzlList",
url: url + "/ssfwpt/declare/getPzzlList", url: url + "/ssfwpt/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
...@@ -292,7 +291,6 @@ function initPage(companyInfo) { ...@@ -292,7 +291,6 @@ function initPage(companyInfo) {
var falg = "declare"; var falg = "declare";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/ssfwpt/declare/toPzzl",
url: url + "/ssfwpt/declare/toPzzl", url: url + "/ssfwpt/declare/toPzzl",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { 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