表单图校验
This commit is contained in:
parent
ebf6ac2e2e
commit
f8d2496248
@ -1253,6 +1253,7 @@ function openRelationDialog(obj, callback) {
|
||||
},
|
||||
success: function (msg) {
|
||||
if (msg.result == "ok") {
|
||||
//判断表单图
|
||||
var dlgButton = parent.$(".dlg-button button");
|
||||
for (var i = 0; i < dlgButton.length; i++) {
|
||||
var text = dlgButton.eq(i).text();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user