src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html | ●●●●● patch | view | raw | blame | history |
src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html
@@ -252,8 +252,9 @@ form.on('submit(sc-discount-update-form-submit)', function (data) { data.field.groupId = scGroup.getValue('valueStr'); data.field.textRemark = editor.txt.html(); data.field.categoryId = scGroup.getValue('valueStr'); data.field.memberId = scMember.getValue('valueStr'); data.field.content = editor.txt.html(); $.ajax({ 'url':ctx + 'admin/socialCircle/activityUpdate', 'type':'post',