Index: ssts-web/src/main/webapp/systemmanage/operationNameView.js =================================================================== diff -u -r18225 -r18227 --- ssts-web/src/main/webapp/systemmanage/operationNameView.js (.../operationNameView.js) (revision 18225) +++ ssts-web/src/main/webapp/systemmanage/operationNameView.js (.../operationNameView.js) (revision 18227) @@ -444,7 +444,7 @@ } }, failure : function(form, action) { - showResult(action.result.msg); + showResult(action.result.message); } }); } @@ -579,7 +579,7 @@ } }, failure : function(form, action) { - showResult(action.result.msg); + showResult(action.result.message); } }); }