按钮防重复点击

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

@ -43,7 +43,7 @@ export default {
}
},
async mounted() {
console.log(this.$route.query?.id)
// console.log(this.$route.query?.id)
this.form.batchCode=this.$route.query?.id;
this.form.startTime=this.$route.query?.startTime;
this.form.overTime=this.$route.query?.overTime;
@ -56,9 +56,9 @@ export default {
pageSize:this.pageSize,
...this.form,
})
if(res.code=== 200){
// if(res.code=== 200){
this.detailList=res.data
}
// }
// console.log("resssss",res)
}
}