Commit fbe8e699 by gcii

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

parent 8c912f39
......@@ -247,6 +247,15 @@
layer.close(index);
}
}
jQuery(document).ready(function() {
$('#post').select2({
placeholder:"请选择岗位",
width: 'auto',
allowClear: true
});
})
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment