|
@@ -2140,8 +2140,8 @@ function setEntServiceInfo (res) {
|
|
$.ajax({
|
|
$.ajax({
|
|
type: "POST",
|
|
type: "POST",
|
|
url: "/publicapply/userbase/getOriginalText",
|
|
url: "/publicapply/userbase/getOriginalText",
|
|
- data:{id:id},
|
|
|
|
- dataType: "json",
|
|
|
|
|
|
+ contentType: 'application/json',
|
|
|
|
+ data:JSON.stringify({id:id}),
|
|
success: function(res){
|
|
success: function(res){
|
|
lock_ = true
|
|
lock_ = true
|
|
if(!res.data){
|
|
if(!res.data){
|
|
@@ -2195,8 +2195,8 @@ function setEntServiceInfo (res) {
|
|
$.ajax({
|
|
$.ajax({
|
|
type: "POST",
|
|
type: "POST",
|
|
url: "/publicapply/userbase/getOriginalText",
|
|
url: "/publicapply/userbase/getOriginalText",
|
|
- data:{id:id,use:true},
|
|
|
|
- dataType: "json",
|
|
|
|
|
|
+ contentType: 'application/json',
|
|
|
|
+ data:JSON.stringify({id:id,use:true}),
|
|
success: function(res){
|
|
success: function(res){
|
|
if(!res.data){
|
|
if(!res.data){
|
|
return
|
|
return
|