From 9bf3683d58f419941dba13f5c33ad8d6f949ba9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com>
Date: Mon, 28 Oct 2024 10:46:04 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=9B=E5=AE=89=E6=96=B0=E7=89=88=E6=9C=AC?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96-2=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E5=92=8C=E6=9C=8D=E5=8A=A1=E5=8C=85=E5=A2=9E=E5=8A=A0=E6=8E=A8?=
=?UTF-8?q?=E8=8D=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/bl/massage/massagePackage.vue | 34 +++++++++++++++++++++++++
src/views/locality/locality.vue | 34 +++++++++++++++++++++++++
2 files changed, 68 insertions(+)
diff --git a/src/views/bl/massage/massagePackage.vue b/src/views/bl/massage/massagePackage.vue
index b52740d..7c51d86 100644
--- a/src/views/bl/massage/massagePackage.vue
+++ b/src/views/bl/massage/massagePackage.vue
@@ -219,6 +219,19 @@
+
+
+
+
+
+
{
+ this.$message({
+ message: "操作成功",
+ type: "success",
+ duration: 1500,
+ onClose: () => {
+ this.handleSelect();
+ },
+ });
+ });
+ },
// 启用与否
changeStatus(id, status) {
this.$http({
diff --git a/src/views/locality/locality.vue b/src/views/locality/locality.vue
index 61dde10..32de402 100644
--- a/src/views/locality/locality.vue
+++ b/src/views/locality/locality.vue
@@ -175,6 +175,20 @@
+
+
+
+
+
+
{
+ this.$message({
+ message: "操作成功",
+ type: "success",
+ duration: 1500,
+ onClose: () => {
+ this.classSelect();
+ },
+ });
+ });
+ },
// 启用与否
change(massageTypeId, status) {
this.$http({