fix một số bug nhỏ

This commit is contained in:
2020-10-27 17:34:09 +07:00
parent 758b8d29c3
commit 02418afb11
16 changed files with 117 additions and 37 deletions

View File

@@ -13,7 +13,8 @@ function _search(e) {
url: $(e).attr('data-href'),
type: 'POST',
data: {
SubnetMask: $("input[name='SubnetMask']").val()
SubnetMask: $("input[name='SubnetMask']").val(),
Checked: $("input[name='checkbox-use-subnetmask']:checked").length
},
success: function (data) {
common.modalBlock(false);