Commit 075f3ebe authored by 顾文旭's avatar 顾文旭

刷新

parent 38b0468f
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<script> <script>
import layout from "../../Groupmeal/layout/index.vue"; import layout from "../../Groupmeal/layout/index.vue";
import { ElMessage } from "element-plus"; import { ElMessage } from "element-plus";
import ActivityService, { addMarketing, copyMarketing } from "@/service/Activity/index"; import ActivityService, { copyMarketing } from "@/service/Activity/index";
import dayJs from "dayjs"; import dayJs from "dayjs";
import { getCookie } from "@/utils/util"; import { getCookie } from "@/utils/util";
...@@ -283,6 +283,7 @@ ...@@ -283,6 +283,7 @@
message: "复制成功", message: "复制成功",
type: "success", type: "success",
}); });
this.$router.push({ path: "/op/activity/manage" });
} else { } else {
ElMessage.error(res.reason); ElMessage.error(res.reason);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment