Commit d22f6036 authored by ibuler's avatar ibuler

[Update] 修改js

parent 90321ab6
......@@ -648,6 +648,7 @@ jumpserver.initServerSideDataTable = function (options) {
if (Object.keys(searchFilter).length === 0) {
data.search = searchValue;
} else {
data.search = '';
$.each(searchFilter, function (k, v) {
data[k] = v
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment