修改select2选择数量限制提示语

This commit is contained in:
RuoYi
2019-11-08 10:47:07 +08:00
parent 5346af9ab0
commit fe8c142cd6
6 changed files with 4 additions and 6 deletions

View File

@ -248,7 +248,7 @@
$(function() {
$('#post').select2({
placeholder:"请选择岗位",
placeholder: "请选择岗位",
allowClear: true
});
})