src/views/followvisit/record/detailpage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/followvisit/record/detailpage/index.vue
@@ -1337,7 +1337,6 @@ this.templateid = this.logsheetlist[0].templateid; const targetDate = new Date(this.form.longSendTime); // 目标日期 const now = new Date(); // 当前时间 this.form.endtime = this.formatTime(this.form.endtime); if (now < targetDate && this.form.sendstate == 2) { this.$confirm("当前服务未到发送时间请谨慎修改", "提示", { confirmButtonText: "确定",