@@ -728,7 +728,7 @@
this.isSave = false
setTimeout(()=>{
this.isSave = true
- })
+ },3000)
let data = this.orderTypeList.filter((it) => {
const index = this.formData.checkTypeList.findIndex((item) => item === it.id)
return index !== -1