From c8d7f8ed13eb23fa2a5da5fad05c149164292bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 8 Aug 2024 17:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/newSigning/index.vue | 1 - src/views/manage/visitout/index.vue | 1350 ++++++++++++++++++------- 2 files changed, 961 insertions(+), 390 deletions(-) diff --git a/src/views/manage/newSigning/index.vue b/src/views/manage/newSigning/index.vue index 2ea733f..3dcb000 100644 --- a/src/views/manage/newSigning/index.vue +++ b/src/views/manage/newSigning/index.vue @@ -1023,7 +1023,6 @@ export default { serviceStatus: "SERVICE_END", }; updateSignStatus(query).then((res) => { - this.infolist(); this.$modal.msgSuccess("取消签约成功"); this.$store .dispatch("tagsView/delView", this.$route) diff --git a/src/views/manage/visitout/index.vue b/src/views/manage/visitout/index.vue index abb98fd..ad5ec07 100644 --- a/src/views/manage/visitout/index.vue +++ b/src/views/manage/visitout/index.vue @@ -1,16 +1,33 @@