增加文字长度自动设置/栏目增加校验

This commit is contained in:
cuibaocheng 2021-09-06 18:34:54 +08:00
parent f8fb00d786
commit cea312c40f

View File

@ -250,7 +250,6 @@
top.dialog.confirm(top.dataMessage.commit, function(index) { top.dialog.confirm(top.dataMessage.commit, function(index) {
top.layer.close(index); top.layer.close(index);
var loadLayerIndex; var loadLayerIndex;
return;
formData.field['cardChargeRoleStatus'] = formData.field['cardChargeRoleStatus'] == "1" ? "1" : "0"; 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) { 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, { var layerIndex = top.dialog.msg(top.dataMessage.updateSuccess, {