Former-commit-id: 27830fc17bd1eedb879178d71dabeecb3beac4d5
TangShanKaiPing
wanggang 6 years ago
parent 55da577f29
commit 7b6a3eaa4f

@ -95,6 +95,7 @@ namespace Application.Domain.Entities
else
{
oldData.Value = data.Value;
oldData.Description = data.Description;
}
return oldData;
}

Binary file not shown.

@ -449,9 +449,6 @@ function init() {
},
SendCode1(event) {
console.log(event.target + ',' + event.type + ',' + event.target.checked);
if (event.type == 'change') {
return;
}
var form = $(event.target).parents('form');
var url = form.attr('action') + '?' + form.serialize();
if (form.hasClass('type1')) {

Binary file not shown.
Loading…
Cancel
Save