按钮防重复点击
This commit is contained in:
@ -73,7 +73,7 @@ export default {
|
||||
pageNum:this.pageNum,
|
||||
pageSize:this.pageSize
|
||||
})
|
||||
if(res.code === 0){
|
||||
// if(res.code === 0){
|
||||
this.notifyList=res.data;
|
||||
console.log(this.notifyList)
|
||||
if(this.notifyList.length === 0){
|
||||
@ -82,7 +82,7 @@ export default {
|
||||
this.show=false
|
||||
}
|
||||
}
|
||||
},
|
||||
// },
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user