fix
This commit is contained in:
@@ -90,6 +90,9 @@ export default defineComponent({
|
||||
let allRead = ()=>{
|
||||
// emit('setAllmessage')
|
||||
prop.setAllmessage().then(()=>{
|
||||
accountMessage.dataList.forEach((item:any)=>{
|
||||
item.isRead = 1
|
||||
})
|
||||
}).catch((err:any)=>{
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user