|
@ -194,7 +194,6 @@
|
|
|
gotoModify: function (event, id, mode, type, frm, rowId) {
|
|
|
var params;
|
|
|
if(mode == 'add'){
|
|
|
debugger
|
|
|
em.params = {upType: type, upId: id, frm: frm, appId: p[0], rowId: rowId};
|
|
|
var appId = em.params.appId;
|
|
|
var parentId =em.params.upId;
|
|
@ -283,13 +282,11 @@
|
|
|
$.subscribe('app:plf:man:del', m.del);
|
|
|
|
|
|
$('#div_back').click(function () {
|
|
|
debugger
|
|
|
em.returnAppManage();
|
|
|
});
|
|
|
},
|
|
|
//弹窗返回
|
|
|
dialogSuccess: function (msg, data) {
|
|
|
debugger
|
|
|
em.dialog.close();
|
|
|
if (msg) {
|
|
|
$.Notice.success(msg);
|