WXL (wul)
7 天以前 d90b45d7e9e38e34c044b772006004f2a4cb8b8e
src/views/followvisit/record/physical/index.vue
@@ -1040,7 +1040,7 @@
          const now = new Date(); // 当前时间
          this.form.endtime = this.formatTime(this.form.endtime);
          if (now < targetDate && this.form.sendstate == 2) {
            this.$confirm("当前服务未到发送时间请谨慎修改", "提示", {
            this.$confirm("当前服务未到随访时间请谨慎修改", "提示", {
              confirmButtonText: "确定",
              cancelButtonText: "取消",
              type: "warning",