Bladeren bron

Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application

yingzhou 6 jaren geleden
bovenliggende
commit
402047abad

+ 2 - 1
component/guidance/person-edit-panel.js

@ -192,7 +192,8 @@ var PersonEditPanel = {
        					dataJson: JSON.stringify(obj)
        					dataJson: JSON.stringify(obj)
        				}).then(function(res) {
        				}).then(function(res) {
        					if(res.status == 200) {
        					if(res.status == 200) {
        						
        						var index = top.layer && top.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
								top.layer && top.layer.close(index)
        					} else {
        					} else {
        						toastr && toastr.success(res.msg)
        						toastr && toastr.success(res.msg)
        					}
        					}

+ 2 - 1
component/guidance/system-send-panel.js

@ -189,7 +189,8 @@ var SystemSendPanel = {
        					dataJson: JSON.stringify(obj)
        					dataJson: JSON.stringify(obj)
        				}).then(function(res) {
        				}).then(function(res) {
        					if(res.status == 200) {
        					if(res.status == 200) {
        						
        						var index = top.layer && top.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
								top.layer && top.layer.close(index)
        					} else {
        					} else {
        						toastr && toastr.success(res.msg)
        						toastr && toastr.success(res.msg)
        					}
        					}

+ 2 - 1
component/guidance/team-edit-panel.js

@ -278,7 +278,8 @@ var TeamEditPanel = {
        					dataJson: JSON.stringify(obj)
        					dataJson: JSON.stringify(obj)
        				}).then(function(res) {
        				}).then(function(res) {
        					if(res.status == 200) {
        					if(res.status == 200) {
        						
        						var index = top.layer && top.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
								top.layer && top.layer.close(index)
        					} else {
        					} else {
        						toastr && toastr.success(res.msg)
        						toastr && toastr.success(res.msg)
        					}
        					}