调整窗口
This commit is contained in:
parent
7c2cf7e570
commit
cb0830421e
@ -218,8 +218,8 @@
|
|||||||
top.dialog.open({
|
top.dialog.open({
|
||||||
url: top.restAjax.path('route/clientexception/getclientexception?clientExceptionId={clientExceptionId}', [data.clientExceptionId]),
|
url: top.restAjax.path('route/clientexception/getclientexception?clientExceptionId={clientExceptionId}', [data.clientExceptionId]),
|
||||||
title: '查看异常',
|
title: '查看异常',
|
||||||
width: '1000px',
|
width: '90%',
|
||||||
height: '500px',
|
height: '90%',
|
||||||
onClose: function() {}
|
onClose: function() {}
|
||||||
});
|
});
|
||||||
} else if(layEvent === 'handleEvent') {
|
} else if(layEvent === 'handleEvent') {
|
||||||
|
Loading…
Reference in New Issue
Block a user