调整窗口

This commit is contained in:
wenc000 2020-08-13 20:09:50 +08:00
parent 7c2cf7e570
commit cb0830421e

View File

@ -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') {