From 1150720266547527daec0edbe59f0b395f0cddc6 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期一, 05 二月 2024 14:52:04 +0800
Subject: [PATCH] Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01
---
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