1、右上角新增消息中心提示
2、消息中心新增连接点击打开对应的详情页面 3、页面样式调整,关联附件新增前端分页
This commit is contained in:
@@ -120,6 +120,8 @@
|
||||
<script>
|
||||
import { workflowToDoList } from "@/api/my_business/workflow";
|
||||
import DealDrawer from "@/components/DealDrawer";
|
||||
import { getUserMsgCount } from "@/api/message/message"
|
||||
|
||||
export default {
|
||||
name: "Post",
|
||||
dicts: ["sys_normal_disable", "sys_operterType"],
|
||||
@@ -269,6 +271,9 @@ export default {
|
||||
// 取消按钮
|
||||
handleCloseChange() {
|
||||
this.dealDrawerShow = false
|
||||
getUserMsgCount(this.$store.getters.userId).then(res => {
|
||||
this.$store.commit("SET_UNREAD_MSG_NUMBER", res.data);
|
||||
});
|
||||
this.getListData();
|
||||
},
|
||||
/** 搜索按钮操作 */
|
||||
|
||||
Reference in New Issue
Block a user