master
parent
e34946e075
commit
2fb9d92101
|
|
@ -3,7 +3,7 @@ function showDictSelect(id, type, all) {
|
||||||
var select = $("#" + id);
|
var select = $("#" + id);
|
||||||
select.empty();
|
select.empty();
|
||||||
|
|
||||||
if (all != undefined || all) {
|
if (all != undefined && all) {
|
||||||
select.append("<option value=''>全部</option>");
|
select.append("<option value=''>全部</option>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue