mirror of https://gitee.com/karson/fastadmin.git
update public/assets/js/bootstrap-table-commonsearch.js.
Signed-off-by: 还俗二师兄 <505097558@qq.com>pull/454/head
parent
f6a74d9fa6
commit
92b443ed5e
|
|
@ -157,7 +157,7 @@
|
||||||
} else {
|
} else {
|
||||||
key = isArray ? value : key;
|
key = isArray ? value : key;
|
||||||
}
|
}
|
||||||
optionList.push(sprintf("<option value='" + key + "' %s>" + value + "</option>", , vObjCol.defaultValue && key == vObjCol.defaultValue ? 'selected' : ''));
|
optionList.push(sprintf("<option value='" + key + "' %s>" + value + "</option>", vObjCol.defaultValue && key == vObjCol.defaultValue ? 'selected' : ''));
|
||||||
});
|
});
|
||||||
return optionList;
|
return optionList;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue