From 28ba214cb71f511e90e730f91f25fb21709019d2 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 18 Dec 2023 16:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AA=97=E5=8F=A3=E6=9C=AA?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/blinddate/BlindDateCapAdminView.vue | 3 ++- src/views/blinddate/BlindDateJoinhandAdminView.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/blinddate/BlindDateCapAdminView.vue b/src/views/blinddate/BlindDateCapAdminView.vue index 32ecc26..ac259ad 100644 --- a/src/views/blinddate/BlindDateCapAdminView.vue +++ b/src/views/blinddate/BlindDateCapAdminView.vue @@ -280,7 +280,7 @@ export default { $("#tipMsg").text("保存成功"); $("#tipModal").modal('show'); TableHelper.doRefresh("#table"); - $("#updateItemModal").modal('hide'); + $("#updateCapModal").modal('hide'); } else { $("#tipMsg").text("保存失败." + json.message); $("#tipModal").modal('show'); @@ -323,6 +323,7 @@ export default { $("#tipMsg").text("保存成功"); $("#tipModal").modal('show'); TableHelper.doRefresh("#table"); + $("#addCapModal").modal('hide'); } else { $("#tipMsg").text("保存失败." + json.message); $("#tipModal").modal('show'); diff --git a/src/views/blinddate/BlindDateJoinhandAdminView.vue b/src/views/blinddate/BlindDateJoinhandAdminView.vue index 65f6e79..ed0ff7e 100644 --- a/src/views/blinddate/BlindDateJoinhandAdminView.vue +++ b/src/views/blinddate/BlindDateJoinhandAdminView.vue @@ -331,7 +331,7 @@ export default { $("#tipMsg").text("保存成功"); $("#tipModal").modal('show'); TableHelper.doRefresh("#table"); - $("#updateItemModal").modal('hide'); + $("#updateJoinHandModal").modal('show'); } else { $("#tipMsg").text("保存失败." + json.message); $("#tipModal").modal('show'); @@ -374,6 +374,7 @@ export default { $("#tipMsg").text("保存成功"); $("#tipModal").modal('show'); TableHelper.doRefresh("#table"); + $("#addJoinHandModal").modal('hide'); } else { $("#tipMsg").text("保存失败." + json.message); $("#tipModal").modal('show');