添加用户页面岗位选择框提示

pull/108/head
gcii 2019-07-09 17:37:26 +08:00
parent 8c912f3906
commit fbe8e6997e
1 changed files with 9 additions and 0 deletions

View File

@ -247,6 +247,15 @@
layer.close(index);
}
}
jQuery(document).ready(function() {
$('#post').select2({
placeholder:"请选择岗位",
width: 'auto',
allowClear: true
});
})
</script>
</body>
</html>