首页提醒

yangwl
zhaoxiaolin 5 months ago
parent 13a7909e26
commit 24c531c128

@ -127,3 +127,12 @@ export function subChangeWorkOrderM(data){
data:data
})
}
// 提交修改工单接口
export function getUnReadComment(data){
return request({
url:'/plan/pro/workorder/getUnReadComment',
method:'post',
data:data
})
}

@ -179,7 +179,8 @@ export default {
multiple1: true,
showPrise: false,
unReadComments: '您有0新的未读消息请点击查看',
commentNum:0
commentNum:0,
queryParams:{}
};
},
created() {

Loading…
Cancel
Save