From 6b39414f0ec1ce55e5b399dce79604c6fdcfdc0c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 十二月 2023 11:21:33 +0800
Subject: [PATCH] 提交信息
---
src/views/followvisit/tasklist/index.vue | 17 ++++++-----------
1 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index 8d5cbf1..870d48a 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -207,7 +207,6 @@
<span>{{ parseTime(scope.row.create_time) }}</span>
</template>
</el-table-column>
-
<el-table-column
label="鎿嶄綔"
@@ -694,21 +693,17 @@
this.$router.push({
path: "/followvisit/tasklist/FollowupDetails/",
});
- // this.reset();
- // this.addalteropen = true;
- // getUser().then((response) => {
- // this.postOptions = response.posts;
- // this.roleOptions = response.roles;
- // this.title = "鏂板闂ㄨ瘖闅忚";
- // this.form.password = this.initPassword;
- // });
},
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
// const userId = row.userId || this.ids;
+ // this.$router.push({
+ // path: "/followvisit/tasklist/FollowupDetails/",
+ // query: { id: row.id },
+ // });
this.$router.push({
- path: "/followvisit/tasklist/FollowupDetails/",
- query: { id: row.id },
+ path: "/followvisit/particty",
+ query: { type: 2, },
});
},
/** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
--
Gitblit v1.9.3