【修改】修改

This commit is contained in:
zhoulingpo
2023-05-25 18:04:24 +08:00
parent 76b35f4328
commit a9d1134a17
+8 -3
View File
@@ -180,10 +180,15 @@ export default {
this.reportList()
},
handleClose(){
this.$api.message.oneRead(this.detail.id).then(res=>{
this.dialogPreview=false
if(this.detail.readType =='0'){
this.$api.message.oneRead(this.detail.id).then(res=>{
this.dialogPreview=false
this.reportList()
})
})
}else{
this.dialogPreview=false
}
},
// 重置
reset() {