|
@@ -130,7 +130,7 @@ export default {
|
|
|
this.$httpWithoutBar
|
|
|
.get("/api/ecs_exam_work/notice/getUserNoticeList?hasRead=false")
|
|
|
.then((response) => {
|
|
|
- if (response.data.hasRecalled) {
|
|
|
+ if (response.data.hasRecalled === true) {
|
|
|
response.data.title = "发送者已撤回消息:" + response.data.title;
|
|
|
response.data.content = "该消息已被发送者撤回。";
|
|
|
}
|