Commit df537675 authored by yaobaizheng's avatar yaobaizheng

//立业云后台提交

parent 824e1c60
...@@ -621,7 +621,7 @@ ...@@ -621,7 +621,7 @@
}); });
function clickValid(id, status, mirrorId) { function clickValid(id, status, mirrorId) {
url = "/developmentInfo/info/edit"; url = "/parkInfo/info/edit";
// 1=-未认证;2-认证中;3-已认证;4-已拒绝;9-作废 // 1=-未认证;2-认证中;3-已认证;4-已拒绝;9-作废
$.post(url, {id: id, status: status, mirrorId: mirrorId}, function (result) { $.post(url, {id: id, status: status, mirrorId: mirrorId}, function (result) {
if (result.code == web_status.SUCCESS) { if (result.code == web_status.SUCCESS) {
......
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