添加用户页面岗位选择框提示
This commit is contained in:
@ -247,6 +247,15 @@
|
||||
layer.close(index);
|
||||
}
|
||||
}
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
$('#post').select2({
|
||||
placeholder:"请选择岗位",
|
||||
width: 'auto',
|
||||
allowClear: true
|
||||
});
|
||||
})
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user