|
@ -146,22 +146,20 @@
|
|
|
codeArr[index].templateCode=templateCode;
|
|
|
}
|
|
|
});
|
|
|
if(codeArr.length != 0){
|
|
|
$.ajax({
|
|
|
url: ctx + "/admin/surveyTemplateAdvice/saveOrUpdate",
|
|
|
method: "post",
|
|
|
dataType: "json",
|
|
|
async: false,
|
|
|
data: {jsonData:JSON.stringify(codeArr),templateCode:templateCode},
|
|
|
success: function (result) {
|
|
|
console.log(result)
|
|
|
location.href = ctx + '/admin/surveyTemplate/initial';
|
|
|
},
|
|
|
error: function (data) {
|
|
|
console.log(data)
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
$.ajax({
|
|
|
url: ctx + "/admin/surveyTemplateAdvice/saveOrUpdate",
|
|
|
method: "post",
|
|
|
dataType: "json",
|
|
|
async: false,
|
|
|
data: {jsonData:JSON.stringify(codeArr),templateCode:templateCode},
|
|
|
success: function (result) {
|
|
|
console.log(result)
|
|
|
location.href = ctx + '/admin/surveyTemplate/initial';
|
|
|
},
|
|
|
error: function (data) {
|
|
|
console.log(data)
|
|
|
}
|
|
|
});
|
|
|
})
|
|
|
}
|
|
|
}
|