From d29df608a0f94f9efe491ef7d1473c84e00f8979 Mon Sep 17 00:00:00 2001 From: heimawl <1785969728@qq.com> Date: 星期五, 11 八月 2023 17:53:55 +0800 Subject: [PATCH] 11 --- src/views/followvisit/tasklist/index.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue index 3b969de..d6792bd 100644 --- a/src/views/followvisit/tasklist/index.vue +++ b/src/views/followvisit/tasklist/index.vue @@ -686,8 +686,11 @@ }, /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd() { - this.reset(); - this.addalteropen = true; + this.$router.push({ + path: "/followvisit/tasklist/FollowupDetails/", + }); + // this.reset(); + // this.addalteropen = true; // getUser().then((response) => { // this.postOptions = response.posts; // this.roleOptions = response.roles; -- Gitblit v1.9.3