按钮防重复点击

This commit is contained in:
2023-08-23 16:26:39 +08:00
parent 6060a36d92
commit f6ba33b0a2
11 changed files with 95 additions and 107 deletions

View File

@ -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>