- var url = "apddList.html?c0=" + row.uuid + "&c1=" + row.c0; //URL赋值
- var $editDialog = $('<form></form>');
- $editDialog.iDialog({
- id:'ieManagerDg',
- title: '【000】',
- width: dlgWidth,
- height: dlgHeight,
- iconCls: 'fa fa-file-text-o',
- href: url,
- buttons: [{
- text: '关闭',
- iconCls: 'fa fa-close',
- btnCls: 'topjui-btn-red',
- handler: function () {
- $editDialog.iDialog('close');
- }
- }]
- });
- var params = $('#ieManagerDg').iDialog('options').href.split('?')[1].split('&');
- c0 = params[0].split('=')[1];
- c1 = params[1].split('=')[1];