|
|
@@ -24,7 +24,7 @@ var bootstrap = function ($, learun) { |
|
|
|
title: '新增', |
|
|
|
url: top.$.rootUrl + '/PersonnelManagement/ADR_Restriction/Form', |
|
|
|
width: 600, |
|
|
|
height: 600, |
|
|
|
height: 520, |
|
|
|
callBack: function (id) { |
|
|
|
return top[id].acceptClick(refreshGirdData); |
|
|
|
} |
|
|
@@ -39,7 +39,7 @@ var bootstrap = function ($, learun) { |
|
|
|
title: '编辑', |
|
|
|
url: top.$.rootUrl + '/PersonnelManagement/ADR_Restriction/Form?keyValue=' + keyValue, |
|
|
|
width: 600, |
|
|
|
height: 600, |
|
|
|
height: 520, |
|
|
|
callBack: function (id) { |
|
|
|
return top[id].acceptClick(refreshGirdData); |
|
|
|
} |
|
|
|