wei.zhang2 2018-05-29 13:48:40 +08:00
parent e34946e075
commit 2fb9d92101
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ function showDictSelect(id, type, all) {
var select = $("#" + id);
select.empty();
if (all != undefined || all) {
if (all != undefined && all) {
select.append("<option value=''>全部</option>");
}