This commit is contained in:
shijingjing
2022-08-02 09:41:50 +08:00
parent c10fb6ef0c
commit ed0252c4a0

View File

@@ -219,8 +219,10 @@ export default {
this.currentClickTime = +new Date();
let time = this.currentClickTime - this.firstClickTime;
if (time >= 60 * 60 * 1000 && this.flag) {
this.$http
.post("/app/appmasssendingtask/remindSend", null, {
console.log(time, 'time');
console.log(60 * 60 * 1000, '60 * 60 * 1000');
console.log(this.flag, 'flag');
this.$http.post("/app/appmasssendingtask/remindSend", null, {
params: {
id: this.id,
},