【修改】修改
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user