Procházet zdrojové kódy

Merge branch 'fix/list.html' into 'wrdp'

增加无权限提醒说明

See merge request o2oa/o2oa!2552
胡起 před 5 roky
rodič
revize
0a62df4ba9

+ 1 - 0
o2server/x_program_center/src/main/webapp/jest/list.html

@@ -118,6 +118,7 @@
 				crossDomain : true,
 				crossDomain : true,
 				error : function(e){
 				error : function(e){
 					$('#contentTable').hide();
 					$('#contentTable').hide();
+					$('#content').html("<div align = 'center'>您没有权限查看,请以管理员身份登入!</div>");
 				}
 				}
 			}).done(function(json) {
 			}).done(function(json) {
 				if (json.type == 'success') {
 				if (json.type == 'success') {