|
@ -686,7 +686,6 @@ |
|
|
str3 = str3+",是否提交" |
|
|
str3 = str3+",是否提交" |
|
|
this.$refs.comMessage.showQuestionMessage1(str3, 'red', res => { |
|
|
this.$refs.comMessage.showQuestionMessage1(str3, 'red', res => { |
|
|
if (res) { |
|
|
if (res) { |
|
|
return |
|
|
|
|
|
//防止重复点击 |
|
|
//防止重复点击 |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
} else { |
|
|
} else { |
|
@ -694,7 +693,6 @@ |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
}else { |
|
|
}else { |
|
|
return |
|
|
|
|
|
//防止重复点击 |
|
|
//防止重复点击 |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
} |
|
|
} |
|
|