diff --git a/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl b/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl index 408e06b..3a35134 100644 --- a/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl +++ b/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl @@ -492,15 +492,15 @@ //消息显示 getMessage: function () { var that = this - ms.http.post(ms.manager + "/message/myMessage/list.do", {pageSize: 9999, mlStatus: 'unread'}) - .then(function (res) { - if (res.result) { - that.messageList = res.data.rows.splice(0, 5); - that.unreadTotal = res.data.total; - } - }, function (err) { - that.$message.error(err); - }) + // ms.http.post(ms.manager + "/message/myMessage/list.do", {pageSize: 9999, mlStatus: 'unread'}) + // .then(function (res) { + // if (res.result) { + // that.messageList = res.data.rows.splice(0, 5); + // that.unreadTotal = res.data.total; + // } + // }, function (err) { + // that.$message.error(err); + // }) }, dictList: function () { diff --git a/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl b/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl index 408e06b..3a35134 100644 --- a/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl +++ b/ms-basic/src/main/webapp/WEB-INF/manager/index.ftl @@ -492,15 +492,15 @@ //消息显示 getMessage: function () { var that = this - ms.http.post(ms.manager + "/message/myMessage/list.do", {pageSize: 9999, mlStatus: 'unread'}) - .then(function (res) { - if (res.result) { - that.messageList = res.data.rows.splice(0, 5); - that.unreadTotal = res.data.total; - } - }, function (err) { - that.$message.error(err); - }) + // ms.http.post(ms.manager + "/message/myMessage/list.do", {pageSize: 9999, mlStatus: 'unread'}) + // .then(function (res) { + // if (res.result) { + // that.messageList = res.data.rows.splice(0, 5); + // that.unreadTotal = res.data.total; + // } + // }, function (err) { + // that.$message.error(err); + // }) }, dictList: function () { diff --git a/ms-mcms/src/main/webapp/WEB-INF/manager/index.ftl b/ms-mcms/src/main/webapp/WEB-INF/manager/index.ftl index 1820892..b3686a9 100644 --- a/ms-mcms/src/main/webapp/WEB-INF/manager/index.ftl +++ b/ms-mcms/src/main/webapp/WEB-INF/manager/index.ftl @@ -448,15 +448,15 @@ //消息显示 getMessage: function () { var that = this - ms.http.post(ms.manager + "/message/myMessage/list.do", {pageSize: 9999, mlStatus: 'unread'}) - .then(function (res) { - if (res.result) { - that.messageList = res.data.rows.splice(0, 5); - that.unreadTotal = res.data.total; - } - }, function (err) { - that.$message.error(err); - }) + // ms.http.post(ms.manager + "/message/myMessage/list.do", {pageSize: 9999, mlStatus: 'unread'}) + // .then(function (res) { + // if (res.result) { + // that.messageList = res.data.rows.splice(0, 5); + // that.unreadTotal = res.data.total; + // } + // }, function (err) { + // that.$message.error(err); + // }) }, // 获取消息类型列表