diff --git a/src/main/resources/templates/cardchargerole/update.html b/src/main/resources/templates/cardchargerole/update.html index 677c119..1029b47 100644 --- a/src/main/resources/templates/cardchargerole/update.html +++ b/src/main/resources/templates/cardchargerole/update.html @@ -250,7 +250,6 @@ top.dialog.confirm(top.dataMessage.commit, function(index) { top.layer.close(index); var loadLayerIndex; - return; formData.field['cardChargeRoleStatus'] = formData.field['cardChargeRoleStatus'] == "1" ? "1" : "0"; top.restAjax.put(top.restAjax.path('api/cardchargerole/update/{cardChargeRoleId}', [cardChargeRoleId]), formData.field, null, function(code, data) { var layerIndex = top.dialog.msg(top.dataMessage.updateSuccess, {