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