commit by magit in emacs@2017-05-04 10:44:08

This commit is contained in:
guobao.jiang 2017-05-04 10:44:09 +08:00
parent a9aea2f905
commit 6dc38b3392
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ $( "#businessGroup option:selected" ).text();
// 选中的option
$( "#businessGroup option:selected");
if ($('#waxPatch option[value="a"]').length > 0) {
m console.log("有这个option");
console.log("有这个option");
}
// semantic-ui,当value为空时手动设置显示的值
$('#waxPatch').parent().find('.text').html('请选择');