fix: 文件属性,必填属性校验提示问题
This commit is contained in:
parent
0e23df6a78
commit
c761b91ed2
@ -1702,6 +1702,7 @@ function openRelationAwsorgDialog(obj) {
|
||||
checkedOrgList.push(obj[i]);
|
||||
}
|
||||
if (isRequired == 'true' && checkedOrgList.length == 0) {
|
||||
$('#' + objId).val('')
|
||||
$('#' + objId).attr('placeholder',title+'不能为空')
|
||||
$('#' + objId).addClass("required_input_css");
|
||||
parent.FrmDialog.close("relationAwsorgDialog");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user