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

接口还原

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