init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
| 83 | } else { | 83 | } else { |
| 84 | layer.alert('操作成功'); | 84 | layer.alert('操作成功'); |
| 85 | } | 85 | } |
| 86 | if(!data.code){ | 86 | if(data.success){ |
| 87 | setTimeout(function () { | 87 | setTimeout(function () { |
| 88 | loadIframe('<?=site_url('/work/check/12/'.$id);?>', '审核意见'); | 88 | loadIframe('<?=site_url('/work/check/12/'.$id);?>', '审核意见'); |
| 89 | }, 500) | 89 | }, 500) | ... | ... |
-
Please register or sign in to post a comment