@@ -195,6 +195,9 @@ export default {
this.$toast('请选择回访时间')
return
}
+ if(this.clickStatus) {
+ return
+ }
this.clickStatus = true
setLoading(true)
let res = await visitAdd(form)